3 lines
88 B
Makefile
3 lines
88 B
Makefile
|
check: ## Check for syntax errors on all workspaces
|
||
|
cargo check --tests --all-features
|