mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 00:24:40 +01:00
updated compilation/tests workflow
This commit is contained in:
parent
aa8e793dc4
commit
654a0fb54b
1 changed files with 2 additions and 1 deletions
3
.github/workflows/go.yml
vendored
3
.github/workflows/go.yml
vendored
|
@ -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 ./...
|
||||
|
|
Loading…
Add table
Reference in a new issue