feat: add check cmd
This commit is contained in:
parent
d676599bf5
commit
2dab5f1669
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue