diff --git a/ci/test-stable.sh b/ci/test-stable.sh index a603582da..d6f56c3c9 100755 --- a/ci/test-stable.sh +++ b/ci/test-stable.sh @@ -86,7 +86,7 @@ test-stable-perf) fi _ cargo +"$rust_stable" build --bins ${V:+--verbose} - _ cargo +"$rust_stable" test --package solana-ledger --package solana-core --lib ${V:+--verbose} -- --nocapture + _ cargo +"$rust_stable" test --package solana-perf --package solana-ledger --package solana-core --lib ${V:+--verbose} -- --nocapture ;; test-move) ci/affects-files.sh \