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

Tweak build action

This commit is contained in:
TwinProduction 2021-01-18 23:34:16 -05:00
parent 6b3e11a47c
commit e463aec5f6

View file

@ -22,8 +22,10 @@ jobs:
uses: actions/checkout@v2
- name: Build binary to make sure it works
run: go build -mod vendor
- run: go version && which go
- run: sudo go version && sudo which go
- 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: