Add program-test tests to bpf programs (#16407)

This commit is contained in:
Jack May
2021-04-07 01:47:15 -07:00
committed by GitHub
parent 6cd4bc5e60
commit 476fd40948
9 changed files with 337 additions and 84 deletions

View File

@ -79,7 +79,6 @@ _ ci/do-audit.sh
cd "$project"
_ "$cargo" nightly clippy -- --deny=warnings --allow=clippy::missing_safety_doc
_ "$cargo" stable fmt -- --check
_ "$cargo" nightly test
)
done
}