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.
pull/5/head
rishflab 4 years ago
parent 93f1d960f5
commit e8ffed6979

@ -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

Loading…
Cancel
Save