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

Commit 8db3447

Browse files
authored
Cover tests for clippy (#10310)
automerge
1 parent fb4d8e1 commit 8db3447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test-checks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ fi
2525
_ cargo +"$rust_stable" fmt --all -- --check
2626

2727
_ cargo +"$rust_stable" clippy --version
28-
_ cargo +"$rust_stable" clippy --workspace -- --deny=warnings
28+
_ cargo +"$rust_stable" clippy --workspace --tests -- --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)