mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-06 05:24:42 -04:00
Use --test-threads
and not -j
(only affect build)
This commit is contained in:
parent
5abb1ce20a
commit
c896bdbac6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -103,7 +103,7 @@ jobs:
|
||||||
|
|
||||||
- name: Cargo test
|
- name: Cargo test
|
||||||
if: (!matrix.skip_tests)
|
if: (!matrix.skip_tests)
|
||||||
run: cargo test -j2 --workspace --all-features
|
run: cargo test --workspace --all-features -- --test-threads=2
|
||||||
env:
|
env:
|
||||||
BOB_TIME_TO_ACT_MIN_TEST: 30
|
BOB_TIME_TO_ACT_MIN_TEST: 30
|
||||||
MONERO_ADDITIONAL_SLEEP_PERIOD: 60000
|
MONERO_ADDITIONAL_SLEEP_PERIOD: 60000
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue