From e248efce064d5ce403bee42f68f175c5edc36e5d Mon Sep 17 00:00:00 2001 From: Tyera Eulberg Date: Tue, 5 Mar 2019 08:40:26 -0700 Subject: [PATCH] Add programs/system explicitly to CI test suite --- ci/test-stable.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/test-stable.sh b/ci/test-stable.sh index 653b3f53ca..800f0f7700 100755 --- a/ci/test-stable.sh +++ b/ci/test-stable.sh @@ -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