Skip to content

Commit

Permalink
ci: no parallel sharness to figure out where it hangs
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed Mar 27, 2024
1 parent 75255fb commit 0fc4cc2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sharness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ jobs:
IPFS_CHECK_RCMGR_DEFAULTS: 1
CONTINUE_ON_S_FAILURE: 1
# increasing parallelism beyond 10 doesn't speed up the tests much
PARALLEL: ${{ github.repository == 'ipfs/kubo' && 10 || 3 }}
# PARALLEL: ${{ github.repository == 'ipfs/kubo' && 10 || 3 }}
PARALLEL: 1
- name: Upload coverage report
uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1
if: failure() || success()
Expand Down

0 comments on commit 0fc4cc2

Please sign in to comment.