mirror of https://github.com/astral-sh/ruff
Restore clippy on all crates in the workspace (#725)
This commit is contained in:
parent
34ecc69914
commit
450970e0e6
|
|
@ -77,7 +77,7 @@ jobs:
|
|||
${{ runner.os }}-build-${{ env.cache-name }}-
|
||||
${{ runner.os }}-build-
|
||||
${{ runner.os }}-
|
||||
- run: cargo clippy --all-targets --all-features -- -D warnings
|
||||
- run: cargo clippy --workspace --all-targets --all-features -- -D warnings
|
||||
|
||||
cargo_test:
|
||||
name: "cargo test"
|
||||
|
|
|
|||
Loading…
Reference in New Issue