Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 704d98a

Browse files
authored
Use cutting-edge (=nightly) clippy for all targets (#10463)
automerge
1 parent cffd8d9 commit 704d98a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/test-checks.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ fi
2424

2525
_ cargo +"$rust_stable" fmt --all -- --check
2626

27-
_ cargo +"$rust_stable" clippy --version
28-
_ cargo +"$rust_stable" clippy --workspace --tests -- --deny=warnings
27+
_ cargo +"$rust_nightly" clippy --version
28+
_ cargo +"$rust_nightly" clippy --workspace --all-targets -- --deny=warnings
2929

3030
_ cargo +"$rust_stable" audit --version
3131
_ scripts/cargo-for-all-lock-files.sh +"$rust_stable" audit --ignore RUSTSEC-2020-0002 --ignore RUSTSEC-2020-0008

0 commit comments

Comments
 (0)