We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd8acb7 commit de07a50Copy full SHA for de07a50
.github/actions/test/action.yml
@@ -34,4 +34,4 @@ runs:
34
35
- name: test
36
shell: bash
37
- run: ${{ inputs.SUDO }} $(which ${{ inputs.TOOL }}) test --target ${{ inputs.TARGET }} -j 1
+ run: ${{ inputs.SUDO }} $(which ${{ inputs.TOOL }}) test --target ${{ inputs.TARGET }}
0 commit comments