Use local cargo-test-bpf (#16427)

This commit is contained in:
Jack May
2021-04-07 11:08:55 -07:00
committed by GitHub
parent c5c3ae0203
commit 42ce2ba069

View File

@ -47,7 +47,7 @@ test-stable-perf)
for program in programs/bpf/rust/*; do
if [ -d "${program}" ]; then
_ "$cargo" test --manifest-path "$program"/Cargo.toml
_ "$cargo" test-bpf --manifest-path "$program"/Cargo.toml --bpf-sdk sdk/bpf
_ cargo-build-bpf --manifest-path "$program"/Cargo.toml --bpf-sdk sdk/bpf
fi
done