diff --git a/Makefile b/Makefile index 4f685676..43abc769 100644 --- a/Makefile +++ b/Makefile @@ -6,9 +6,10 @@ format: clippy: cargo clippy --all-features --workspace -- --deny warnings -test: - cargo test --workspace -- --nocapture - machete: cargo install cargo-machete cargo machete + +test: format clippy machete + cargo test --workspace -- --nocapture +