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