From 8db34474d3a851d69285cb0b1d89f897d193a975 Mon Sep 17 00:00:00 2001 From: Ryo Onodera Date: Fri, 29 May 2020 18:00:56 +0900 Subject: [PATCH] Cover tests for clippy (#10310) automerge --- ci/test-checks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test-checks.sh b/ci/test-checks.sh index c470f4db20..83814bf271 100755 --- a/ci/test-checks.sh +++ b/ci/test-checks.sh @@ -25,7 +25,7 @@ fi _ cargo +"$rust_stable" fmt --all -- --check _ cargo +"$rust_stable" clippy --version -_ cargo +"$rust_stable" clippy --workspace -- --deny=warnings +_ cargo +"$rust_stable" clippy --workspace --tests -- --deny=warnings _ cargo +"$rust_stable" audit --version _ scripts/cargo-for-all-lock-files.sh +"$rust_stable" audit --ignore RUSTSEC-2020-0002 --ignore RUSTSEC-2020-0008