mirror of https://github.com/hannobraun/Fornjot
Expand `just ci` to run Clippy for whole workspace
This was a deviation from the CI build, which was already doing that.
This commit is contained in:
parent
991880dec0
commit
76a6e6b6c3
2
justfile
2
justfile
|
@ -19,6 +19,6 @@ test:
|
||||||
# probably be considered a bug in this file.
|
# probably be considered a bug in this file.
|
||||||
ci: test
|
ci: test
|
||||||
cargo fmt --check
|
cargo fmt --check
|
||||||
cargo clippy --all-features -- -D warnings
|
cargo clippy --workspace --all-features -- -D warnings
|
||||||
cargo doc --no-deps --document-private-items --all-features --workspace
|
cargo doc --no-deps --document-private-items --all-features --workspace
|
||||||
cargo run --package cross-compiler
|
cargo run --package cross-compiler
|
||||||
|
|
Loading…
Reference in New Issue