feat: add check cmd

This commit is contained in:
Aravinth Manivannan 2022-09-07 10:27:44 +05:30
parent d676599bf5
commit 2dab5f1669
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,10 @@
default: ## Debug build
cargo build
check: ## Check for syntax errors on all workspaces
cargo check --workspace --tests --all-features
#cd utils/cache-bust && cargo check --tests --all-features
clean: ## Clean all build artifacts and dependencies
@cargo clean