From 2366c1ebafc19abc090b141d76b449f0f9831a60 Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Tue, 31 Jul 2018 17:51:52 -0600 Subject: [PATCH] Enable cargo audit in CI Fixes #772 --- ci/test-stable.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/test-stable.sh b/ci/test-stable.sh index db0ace6f68..e9165a6b30 100755 --- a/ci/test-stable.sh +++ b/ci/test-stable.sh @@ -24,3 +24,5 @@ echo --- ci/localnet-sanity.sh export PATH=$PWD/target/debug:$PATH USE_INSTALL=1 ci/localnet-sanity.sh ) + +_ ci/audit.sh