Skip to content

Commit 3bea5ce

Browse files
committed
Include tests in clippy CI check
1 parent 30c513c commit 3bea5ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/tools.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if retry rustup component add rustfmt ; then
3030
fi
3131

3232
if retry rustup component add clippy ; then
33-
cargo clippy --all -- -D clippy::all -D clippy::pedantic
33+
cargo clippy --all --tests -- -D clippy::all -D clippy::pedantic
3434
fi
3535

3636
if command -v shellcheck ; then

0 commit comments

Comments
 (0)