Reenable cargo audit
This commit is contained in:
parent
52d50e6bc4
commit
10d08acefa
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue