From 534619f72fe972d00133acd7fa135b5fe5cb8094 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Sat, 2 Mar 2019 21:05:09 -0800 Subject: [PATCH] Update manifest-path --- 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 222a3f68bd..bdb602a102 100755 --- a/ci/test-stable.sh +++ b/ci/test-stable.sh @@ -55,7 +55,7 @@ test-stable-perf) ./build.sh popd - _ cargo test --manifest-path programs/Cargo.toml --no-default-features --features="$PROGRAM_FEATURES" + _ cargo test --manifest-path programs/bpf/Cargo.toml --no-default-features --features="$PROGRAM_FEATURES" _ cargo test --manifest-path programs/bpf_loader/Cargo.toml --no-default-features --features="$PROGRAM_FEATURES" # Run root package tests witht these features