Run tests in only one thread

This commit is contained in:
Syrus Akbary
2018-11-06 12:20:08 +01:00
parent 0045d263d2
commit 38f16b4c75
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ jobs:
- v4-cargo-cache-{{ arch }}-{{ checksum "Cargo.lock" }}
- run: sudo apt-get install -y cmake
- run: rustup default nightly-2018-10-07
- run: cargo test
- run: make test
- save_cache:
paths:

View File

@ -14,4 +14,4 @@ install:
cargo install --path .
test:
cargo test
cargo test -- --test-threads=1