Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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