Skip to content

Commit

Permalink
clippy on tests too
Browse files Browse the repository at this point in the history
  • Loading branch information
ntBre committed Dec 5, 2024
1 parent 17bf190 commit 5ad1456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ifdef FIX
endif

clippy:
cargo clippy --workspace --all-targets --all-features $(clippy_args)
cargo clippy --workspace --all-targets --all-features --tests $(clippy_args)

doc:
cargo doc --open
Expand Down

0 comments on commit 5ad1456

Please sign in to comment.