feat: make check

This commit is contained in:
Aravinth Manivannan 2023-01-24 19:02:07 +05:30
parent 654a898413
commit 17307074c3
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 3 additions and 0 deletions

View File

@ -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