From 7a54dbf7d51933438edc0036ef72e43ef8abdcb1 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Sat, 17 Nov 2018 15:29:07 -0800 Subject: [PATCH] Restore clippy, and run clippy sooner --- ci/test-stable.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/test-stable.sh b/ci/test-stable.sh index d8943fa24..cd8791a68 100755 --- a/ci/test-stable.sh +++ b/ci/test-stable.sh @@ -25,9 +25,10 @@ maybe_install() { } _ cargo fmt -- --check +_ cargo clippy -- --version +_ cargo clippy -- --deny=warnings _ cargo build --all --verbose _ cargo test --verbose --lib -_ cargo clippy -- --deny=warnings || true # Run integration tests serially for test in tests/*.rs; do