mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-04-20 07:56:05 -04:00
Use --test-threads
and not -j
(only affect build)
This commit is contained in:
parent
5abb1ce20a
commit
c896bdbac6
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -103,7 +103,7 @@ jobs:
|
||||
|
||||
- name: Cargo test
|
||||
if: (!matrix.skip_tests)
|
||||
run: cargo test -j2 --workspace --all-features
|
||||
run: cargo test --workspace --all-features -- --test-threads=2
|
||||
env:
|
||||
BOB_TIME_TO_ACT_MIN_TEST: 30
|
||||
MONERO_ADDITIONAL_SLEEP_PERIOD: 60000
|
||||
|
Loading…
x
Reference in New Issue
Block a user