Skip to content

Commit

Permalink
Update ci test command to allow multithreaded tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cjpearce committed Apr 7, 2019
1 parent 592ae6b commit 65cb09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ rust:
- stable
- beta
- nightly
script: cargo test --verbose -- --test-threads=1
script: cargo test --verbose
matrix:
allow_failures:
- rust: nightly
Expand Down

0 comments on commit 65cb09e

Please sign in to comment.