Skip to content

Commit 76a6e6b

Browse files
committed
Expand just ci to run Clippy for whole workspace
This was a deviation from the CI build, which was already doing that.
1 parent 991880d commit 76a6e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ test:
1919
# probably be considered a bug in this file.
2020
ci: test
2121
cargo fmt --check
22-
cargo clippy --all-features -- -D warnings
22+
cargo clippy --workspace --all-features -- -D warnings
2323
cargo doc --no-deps --document-private-items --all-features --workspace
2424
cargo run --package cross-compiler

0 commit comments

Comments
 (0)