Add programs/system explicitly to CI test suite

This commit is contained in:
Tyera Eulberg 2019-03-05 08:40:26 -07:00 committed by Tyera Eulberg
parent b4084c6298
commit e248efce06
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,7 @@ test-stable)
_ cargo build --all ${V:+--verbose}
_ cargo test --all ${V:+--verbose} -- --nocapture --test-threads=1
_ cargo test --manifest-path programs/system/Cargo.toml
;;
test-stable-perf)
echo "Executing $testName"
@ -68,6 +69,7 @@ test-stable-perf)
# Run root package library tests
_ cargo build --all ${V:+--verbose} --features="$ROOT_FEATURES"
_ cargo test --all --lib ${V:+--verbose} --features="$ROOT_FEATURES" -- --nocapture --test-threads=1
_ cargo test --manifest-path programs/system/Cargo.toml
# Run root package integration tests
for test in tests/*.rs; do