tests: run tests as root

This commit is contained in:
Gustavo Iñiguez Goia 2023-06-30 16:29:20 +02:00
parent 0a2dcf6406
commit 4a19fde155
Failed to generate hash of commit

View file

@ -49,4 +49,4 @@ jobs:
- name: Test
run: |
cd daemon
go test ./...
sudo PRIVILEGED_TESTS=1 go test ./...