Add perf module to stable-perf CI (#7060)

This commit is contained in:
sakridge
2019-11-20 10:59:56 -08:00
committed by GitHub
parent d4f336db40
commit 3aa67969f9

View File

@ -86,7 +86,7 @@ test-stable-perf)
fi fi
_ cargo +"$rust_stable" build --bins ${V:+--verbose} _ 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) test-move)
ci/affects-files.sh \ ci/affects-files.sh \