Skip to content

Commit

Permalink
Run unit tests as root in Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Beal committed May 3, 2024
1 parent 5cd426d commit c0f690a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
run: make bin

- name: Test
run: make test
run: sudo make test

0 comments on commit c0f690a

Please sign in to comment.