Use --test-threads and not -j (only affect build)

This commit is contained in:
Franck Royer 2021-01-27 10:41:41 +11:00
parent 5abb1ce20a
commit c896bdbac6
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4

View File

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