1
0
mirror of https://github.com/netbirdio/netbird.git synced 2025-06-11 12:26:38 +02:00

use sudo for testing service installation

This commit is contained in:
mlsmaycon 2021-06-25 11:01:21 +02:00
parent 80665049dc
commit ac628b6efa

@ -18,7 +18,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: go test ./...
run: sudo go test ./...
test_build:
strategy: