Skip to content

Commit

Permalink
Set test threads to 1 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mehcode committed Nov 10, 2018
1 parent b13176e commit 343d5c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -10,3 +10,6 @@ matrix:
- rust: nightly

fast_finish: true

script:
- cargo test --verbose --all -- --test-threads=1
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -64,4 +64,4 @@ install:
build: false

test_script:
- cargo test --verbose %cargoflags%
- cargo test --verbose -- --test-threads=1

0 comments on commit 343d5c0

Please sign in to comment.