Skip to content

Commit

Permalink
test: run sharness sequentially
Browse files Browse the repository at this point in the history
hoping to reproduce circuit-relay.sh repo.lock error found locally
  • Loading branch information
lidel committed Dec 20, 2024
1 parent 858e10a commit 50cd7cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sharness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 50cd7cd

Please sign in to comment.