From 42ce2ba06930f7ca2d20ed4bb1e28eaf675a5f37 Mon Sep 17 00:00:00 2001 From: Jack May Date: Wed, 7 Apr 2021 11:08:55 -0700 Subject: [PATCH] Use local cargo-test-bpf (#16427) --- ci/test-stable.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test-stable.sh b/ci/test-stable.sh index 4d833c866..221c89e08 100755 --- a/ci/test-stable.sh +++ b/ci/test-stable.sh @@ -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