Update ci test command to allow multithreaded tests
This commit is contained in:
parent
592ae6b4d2
commit
65cb09eb2e
|
@ -3,7 +3,7 @@ rust:
|
||||||
- stable
|
- stable
|
||||||
- beta
|
- beta
|
||||||
- nightly
|
- nightly
|
||||||
script: cargo test --verbose -- --test-threads=1
|
script: cargo test --verbose
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- rust: nightly
|
- rust: nightly
|
||||||
|
|
Loading…
Reference in New Issue