Skip to content

Commit 65cb09e

Browse files
committed
Update ci test command to allow multithreaded tests
1 parent 592ae6b commit 65cb09e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ rust:
33
- stable
44
- beta
55
- nightly
6-
script: cargo test --verbose -- --test-threads=1
6+
script: cargo test --verbose
77
matrix:
88
allow_failures:
99
- rust: nightly

0 commit comments

Comments
 (0)