feat: make check
This commit is contained in:
parent
654a898413
commit
17307074c3
1 changed files with 3 additions and 0 deletions
3
Makefile
3
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue