From 17307074c336cdf4d3456856cca809b1abe0cf82 Mon Sep 17 00:00:00 2001 From: Aravinth Manivannan Date: Tue, 24 Jan 2023 19:02:07 +0530 Subject: [PATCH] feat: make check --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index f4e4efd..b5a9032 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,9 @@ clean: ## Clean all build artifacts and dependencies @-rm -rf ./static/cache/bundle @-rm -rf ./assets +check: ## Check for syntax errors on all workspaces + cargo check --workspace --tests --all-features + coverage: migrate ## Generate HTML code coverage cargo tarpaulin -t 1200 --out Html