Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
stabilize testing with --test-threads=1
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-solana committed Nov 29, 2018
1 parent 194e310 commit b9f2e18
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/test-stable.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ _() {
}

_ cargo build --all --verbose
_ cargo test --verbose --lib -- --nocapture

_ cargo test --verbose --lib -- --nocapture --test-threads=1


# Run integration tests serially
for test in tests/*.rs; do
Expand Down

0 comments on commit b9f2e18

Please sign in to comment.