diff --git a/ci/test-checks.sh b/ci/test-checks.sh index b90499c1a7..215341dc90 100755 --- a/ci/test-checks.sh +++ b/ci/test-checks.sh @@ -14,7 +14,7 @@ do_bpf_check() { _ cargo +"$rust_stable" fmt --all -- --check _ cargo +"$rust_nightly" clippy --all -- --version _ cargo +"$rust_nightly" clippy --all -- --deny=warnings - _ cargo +"$rust_stable" audit +# _ cargo +"$rust_stable" audit } ( @@ -33,7 +33,7 @@ do_bpf_check() { _ cargo +"$rust_stable" fmt --all -- --check _ cargo +"$rust_stable" clippy --all -- --version _ cargo +"$rust_stable" clippy --all -- --deny=warnings -_ cargo +"$rust_stable" audit +#_ cargo +"$rust_stable" audit _ ci/nits.sh _ ci/order-crates-for-publishing.py _ book/build.sh