We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 413e365 commit ec08bdcCopy full SHA for ec08bdc
.github/actions/test/action.yml
@@ -24,4 +24,4 @@ runs:
24
25
- name: test
26
shell: bash
27
- run: ${{ inputs.TOOL }} test --target ${{ inputs.TARGET }} --all-features
+ run: sudo -E ${{ inputs.TOOL }} test --target ${{ inputs.TARGET }} --all-features
0 commit comments