1
0
Fork 0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-05-10 00:26:07 +02:00

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

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