Pass -j 1 flag to cargo test

This commit is contained in:
Pierre Krieger 2017-07-08 09:29:28 +02:00
parent aa9b5cd874
commit bac664b59b

View File

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