Skip to content

Commit a798f75

Browse files
committed
Run the tests with sudo
As FeOS being a PID1 and needing root access to be able to function, run the tests also with sudo to have a similar environment. Signed-off-by: Guvenc Gulce <[email protected]>
1 parent 1bbfa63 commit a798f75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
restore-keys: ${{ runner.os }}-cargo-
2828

2929
- name: Run Tests
30-
run: make test
30+
run: sudo -E make test

0 commit comments

Comments
 (0)