Run CI tests on one thread

This is quick and dirty fix to resolve xmr-btc-swap and
monero-harness tests failing in CI when run concurrently.
This commit is contained in:
rishflab 2020-10-08 15:37:39 +11:00
parent 93f1d960f5
commit e8ffed6979

View File

@ -74,4 +74,4 @@ jobs:
run: cargo check --workspace --all-targets --all-features
- name: Cargo test
run: cargo test --workspace --all-features
run: cargo test --workspace --all-features -- --test-threads 1