Skip to content

Commit

Permalink
ci/gha: run tests as root
Browse files Browse the repository at this point in the history
Some tests require root -- give it to them.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
  • Loading branch information
kolyshkin committed Feb 17, 2021
1 parent ec7762e commit f4a20b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: make test
run: sudo make test
- name: Lint
run: make lint
- name: Cross build
Expand Down

0 comments on commit f4a20b4

Please sign in to comment.