From f55e637796bc3deee6c71ac0b48b47e630f52526 Mon Sep 17 00:00:00 2001 From: Trent Nelson Date: Fri, 2 Oct 2020 12:25:55 -0600 Subject: [PATCH] CI: Drop redundant cargo audit run There is a Cargo.lock in this dir, so `scripts/cargo-for-all-lock-files.sh ...` covers it --- ci/test-checks.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/test-checks.sh b/ci/test-checks.sh index 2c83d57f77..5e9271cb38 100755 --- a/ci/test-checks.sh +++ b/ci/test-checks.sh @@ -35,7 +35,6 @@ _ ci/order-crates-for-publishing.py { cd programs/bpf - _ cargo +"$rust_stable" audit for project in rust/*/ ; do echo "+++ do_bpf_checks $project" (