feat: make: add check subroutine

This commit is contained in:
Aravinth Manivannan 2023-02-19 19:52:11 +05:30
parent 511ee3819c
commit b9fd2be304
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,10 @@ default: ## Debug build
clean: ## Clean all build artifacts and dependencies
@cargo clean
check: ## Check for syntax errors on all workspaces
cargo check --workspace --tests --all-features
#cd utils/cache-bust && cargo check --tests --all-features
coverage: ## Generate HTML code coverage
./scripts/coverage.sh --coverage