use sudo for testing service installation

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

View File

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