Skip to content

Commit ec08bdc

Browse files
committed
Use "sudo" to run tests on github workflows.
Because several of the tests require root privileges.
1 parent 413e365 commit ec08bdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/test/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ runs:
2424
2525
- name: test
2626
shell: bash
27-
run: ${{ inputs.TOOL }} test --target ${{ inputs.TARGET }} --all-features
27+
run: sudo -E ${{ inputs.TOOL }} test --target ${{ inputs.TARGET }} --all-features

0 commit comments

Comments
 (0)