Reenable cargo audit

This commit is contained in:
Tyera Eulberg 2018-09-28 11:34:07 -06:00 committed by Greg Fitzgerald
parent 52d50e6bc4
commit 10d08acefa
1 changed files with 2 additions and 1 deletions

View File

@ -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