Run tests as privileged user for ICMP test to pass

This commit is contained in:
TwinProduction 2020-12-25 03:09:06 -05:00
parent 746032397e
commit f0995f696f

View File

@ -24,7 +24,7 @@ jobs:
- name: Build binary to make sure it works
run: go build -mod vendor
- name: Test
run: go test -mod vendor ./... -race -coverprofile=coverage.txt -covermode=atomic
run: sudo go test -mod vendor ./... -race -coverprofile=coverage.txt -covermode=atomic
- name: Codecov
uses: codecov/codecov-action@v1.0.14
with: