Skip to content

Commit

Permalink
ci: do not continue on failures for now
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed Aug 16, 2023
1 parent b3fb45c commit 186cd4d
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 @@ -63,7 +63,7 @@ jobs:
TEST_JUNIT: 1
TEST_EXPENSIVE: 1
IPFS_CHECK_RCMGR_DEFAULTS: 1
CONTINUE_ON_S_FAILURE: 1
CONTINUE_ON_S_FAILURE: 0
# increasing parallelism beyond 10 doesn't speed up the tests much
PARALLEL: ${{ github.repository == 'ipfs/kubo' && 10 || 3 }}
- name: Upload coverage report
Expand Down

0 comments on commit 186cd4d

Please sign in to comment.