updated compilation/tests workflow

This commit is contained in:
Gustavo Iñiguez Goia 2023-07-06 14:40:47 +02:00
parent aa8e793dc4
commit 654a0fb54b
Failed to generate hash of commit

View file

@ -45,8 +45,9 @@ jobs:
- name: Build
run: |
cd daemon
go mod tidy
go build -v .
- name: Test
run: |
cd daemon
sudo PRIVILEGED_TESTS=1 go test ./...
sudo PRIVILEGED_TESTS=1 NETLINK_TESTS=1 go test ./...