From 981e05736371d3cdd658b152239bd679609a309b Mon Sep 17 00:00:00 2001 From: Stephen Akridge Date: Thu, 28 Mar 2019 21:18:01 -0700 Subject: [PATCH] Just test features in core --- 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 8986b0e48..c4d51acb4 100755 --- a/ci/test-stable.sh +++ b/ci/test-stable.sh @@ -70,7 +70,7 @@ test-stable-perf) # Run root package library tests _ cargo +"$rust_stable" build --all ${V:+--verbose} --features="$ROOT_FEATURES" - _ cargo +"$rust_stable" test --all ${V:+--verbose} --features="$ROOT_FEATURES" -- --nocapture --test-threads=1 + _ cargo +"$rust_stable" test --manifest-path=core/Cargo.toml ${V:+--verbose} --features="$ROOT_FEATURES" -- --nocapture --test-threads=1 ;; *) echo "Error: Unknown test: $testName"