Try to run clippy just for a single target

This commit is contained in:
Piotr Osiewicz 2024-01-11 12:36:45 +01:00
parent e0dd5a5820
commit 1200f595a3

View file

@ -21,4 +21,4 @@ runs:
# so specify those here, and disable the rest until Zed's workspace
# will have more fixes & suppression for the standard lint set
run: |
CARGO_LOG=debug cargo -vvv clippy --workspace --all-targets --all-features -- -A clippy::all -D clippy::dbg_macro -D clippy::todo
CARGO_LOG=debug cargo -vvv clippy --workspace --all-features -- -A clippy::all -D clippy::dbg_macro -D clippy::todo