Skip to content

Commit

Permalink
run tests as root
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Hiepler committed Sep 2, 2023
1 parent 9e95a12 commit deb6b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

# some tests
- name: run tests
run: ./test/test.sh
run: sudo ./test/test.sh
- name: build examples/complete-test
run: |
cd examples/complete-test
Expand Down

0 comments on commit deb6b96

Please sign in to comment.