make sure clippy runs on workspace

This commit is contained in:
Stephan Dilly 2021-05-09 13:15:00 +02:00
parent 386a31067f
commit 43d125b909

View File

@ -46,7 +46,7 @@ fmt:
clippy:
touch src/main.rs
cargo clean -p gitui -p asyncgit -p scopetime
cargo clippy --all-features
cargo clippy --workspace --all-features
clippy-nightly:
touch src/main.rs