Files
revive-differential-tests/Makefile
T
2025-05-12 13:00:13 +03:00

15 lines
241 B
Makefile

.PHONY: format clippy test machete
format:
cargo fmt --all -- --check
clippy:
cargo clippy --all-features --workspace -- --deny warnings
test:
cargo test --workspace -- --nocapture
machete:
cargo install cargo-machete
cargo machete