Update ci test command to allow multithreaded tests

This commit is contained in:
Chris Pearce 2019-04-07 21:23:02 +01:00
parent 592ae6b4d2
commit 65cb09eb2e
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ rust:
- stable
- beta
- nightly
script: cargo test --verbose -- --test-threads=1
script: cargo test --verbose
matrix:
allow_failures:
- rust: nightly