We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
just ci
1 parent 991880d commit 76a6e6bCopy full SHA for 76a6e6b
justfile
@@ -19,6 +19,6 @@ test:
19
# probably be considered a bug in this file.
20
ci: test
21
cargo fmt --check
22
- cargo clippy --all-features -- -D warnings
+ cargo clippy --workspace --all-features -- -D warnings
23
cargo doc --no-deps --document-private-items --all-features --workspace
24
cargo run --package cross-compiler
0 commit comments