mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 00:48:35 +00:00
make sure clippy runs on workspace
This commit is contained in:
parent
386a31067f
commit
43d125b909
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue