From 50cd7cd91216651ab2cfb923a8c9d491a354ffbc Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Fri, 20 Dec 2024 16:11:48 +0100 Subject: [PATCH] test: run sharness sequentially hoping to reproduce circuit-relay.sh repo.lock error found locally --- .github/workflows/sharness.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sharness.yml b/.github/workflows/sharness.yml index 382629cdd8e..bc41cea9b7f 100644 --- a/.github/workflows/sharness.yml +++ b/.github/workflows/sharness.yml @@ -54,7 +54,7 @@ jobs: CONTINUE_ON_S_FAILURE: 1 LIBP2P_TCP_MUX: true # TODO # increasing parallelism beyond 10 doesn't speed up the tests much - PARALLEL: ${{ github.repository == 'ipfs/kubo' && 10 || 3 }} + PARALLEL: 1 # TODO ${{ github.repository == 'ipfs/kubo' && 10 || 3 }} - name: Upload coverage report uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1.1 if: failure() || success()