Just test features in core

This commit is contained in:
Stephen Akridge 2019-03-28 21:18:01 -07:00 committed by Grimes
parent 37494c67d0
commit 981e057363
1 changed files with 1 additions and 1 deletions

View File

@ -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"