1
0
Fork 0
mirror of https://github.com/TwiN/gatus.git synced 2024-12-14 11:58:04 +00:00

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: