Run local cluster tests serially for easier debug

This commit is contained in:
Michael Vines 2020-01-03 16:55:33 -08:00
parent 6e51c5685e
commit cd65a1e172
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ test-move)
;; ;;
test-local-cluster) test-local-cluster)
_ cargo +"$rust_stable" build --release --bins ${V:+--verbose} _ cargo +"$rust_stable" build --release --bins ${V:+--verbose}
_ cargo +"$rust_stable" test --release --package solana-local-cluster ${V:+--verbose} -- --nocapture _ cargo +"$rust_stable" test --release --package solana-local-cluster ${V:+--verbose} -- --nocapture --test-threads=1
exit 0 exit 0
;; ;;
*) *)