Skip to content

Commit

Permalink
chore: Add --tests --examples for clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
kenoss committed Dec 26, 2024
1 parent 2529a6c commit 24d951a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
check:
cargo build && cargo clippy && cargo fmt -- --check
cargo build && cargo clippy --tests --examples && cargo fmt -- --check

check-strict:
export CARGO_TARGET_DIR=target/check-strict RUSTFLAGS='-D warnings'; just check
Expand Down

0 comments on commit 24d951a

Please sign in to comment.