mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
tests: run tests as root
This commit is contained in:
parent
0a2dcf6406
commit
4a19fde155
1 changed files with 1 additions and 1 deletions
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
@ -49,4 +49,4 @@ jobs:
|
|||
- name: Test
|
||||
run: |
|
||||
cd daemon
|
||||
go test ./...
|
||||
sudo PRIVILEGED_TESTS=1 go test ./...
|
||||
|
|
Loading…
Add table
Reference in a new issue