Skip to content

Commit

Permalink
Revert "run-harnesses: deparallelize for debugging"
Browse files Browse the repository at this point in the history
This reverts commit 96715be.
  • Loading branch information
woodruffw committed Jul 16, 2024
1 parent 5a94493 commit 34bd808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/run-harnesses/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ runs:
- name: run harnesses
shell: bash
if: steps.restore-cache.outputs.cache-hit != 'true'
run: make test
run: make test -j

- uses: actions/cache/save@v4
if: steps.restore-cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 34bd808

Please sign in to comment.