Skip to content

Commit f4a20b4

Browse files
committed
ci/gha: run tests as root
Some tests require root -- give it to them. Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent ec7762e commit f4a20b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Checkout code
1616
uses: actions/checkout@v2
1717
- name: Test
18-
run: make test
18+
run: sudo make test
1919
- name: Lint
2020
run: make lint
2121
- name: Cross build

0 commit comments

Comments
 (0)