1 2 3 4 5 6 7 8 9 10
.PHONY: check check: cargo fmt --all -- --check cargo clippy --workspace -- -D warnings .PHONY: test test: cargo test --workspace