From 10d08acefa75d6c816a0ed3dae4e40753d9c97bb Mon Sep 17 00:00:00 2001 From: Tyera Eulberg Date: Fri, 28 Sep 2018 11:34:07 -0600 Subject: [PATCH] Reenable cargo audit --- 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 e2797dd91..efd2f0685 100755 --- a/ci/test-stable.sh +++ b/ci/test-stable.sh @@ -14,6 +14,7 @@ _() { _ cargo fmt -- --check _ cargo build --verbose _ cargo test --verbose +_ cargo clippy -- --deny=warnings echo --- ci/localnet-sanity.sh ( @@ -23,4 +24,4 @@ echo --- ci/localnet-sanity.sh USE_INSTALL=1 ci/localnet-sanity.sh ) -_ ci/audit.sh || true +_ ci/audit.sh