From 3aa67969f907eed4d0ad6ed2101b23571437c95b Mon Sep 17 00:00:00 2001 From: sakridge Date: Wed, 20 Nov 2019 10:59:56 -0800 Subject: [PATCH] Add perf module to stable-perf CI (#7060) --- 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 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 \