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:
Hanno Braun 2024-01-03 14:33:54 +01:00
parent 991880dec0
commit 76a6e6b6c3
1 changed files with 1 additions and 1 deletions

View File

@ -19,6 +19,6 @@ test:
# probably be considered a bug in this file.
ci: test
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 run --package cross-compiler