From c896bdbac60a4953cd4aa42f4d307a0d71eda6ef Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Wed, 27 Jan 2021 10:41:41 +1100 Subject: [PATCH] Use `--test-threads` and not `-j` (only affect build) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad9f0c4d..2421c9f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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