Merge pull request #617 from tomaka/j1

Pass -j 1 flag to cargo test
This commit is contained in:
tomaka 2017-07-08 10:57:45 +02:00 committed by GitHub
commit 6ca105df76

View File

@ -22,7 +22,7 @@ addons:
- cmake-data
script:
- cargo test --all
- cargo test --all -j 1
after_success:
- |