CI: Drop redundant cargo audit run

There is a Cargo.lock in this dir, so `scripts/cargo-for-all-lock-files.sh ...` covers it
This commit is contained in:
Trent Nelson
2020-10-02 12:25:55 -06:00
committed by Michael Vines
parent 7e57c5cefe
commit f55e637796

View File

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