From 212ea41c55e08b8d480176f143e39c95d2d96235 Mon Sep 17 00:00:00 2001 From: Ryo Onodera Date: Fri, 29 May 2020 16:41:40 +0900 Subject: [PATCH] Cover tests for clippy --- 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 c470f4db200345..83814bf2715b4f 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