mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-01-22 21:31:10 -05:00
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:
parent
93f1d960f5
commit
e8ffed6979
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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…
Reference in New Issue
Block a user