Cover tests for clippy (#10310)

automerge
This commit is contained in:
Ryo Onodera
2020-05-29 18:00:56 +09:00
committed by GitHub
parent fb4d8e1f62
commit 8db34474d3

View File

@ -25,7 +25,7 @@ fi
_ cargo +"$rust_stable" fmt --all -- --check _ cargo +"$rust_stable" fmt --all -- --check
_ cargo +"$rust_stable" clippy --version _ 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 _ cargo +"$rust_stable" audit --version
_ scripts/cargo-for-all-lock-files.sh +"$rust_stable" audit --ignore RUSTSEC-2020-0002 --ignore RUSTSEC-2020-0008 _ scripts/cargo-for-all-lock-files.sh +"$rust_stable" audit --ignore RUSTSEC-2020-0002 --ignore RUSTSEC-2020-0008