Tweak build action

This commit is contained in:
TwinProduction
2021-01-18 23:43:02 -05:00
parent 2f2890c093
commit 298dcc4790

View File

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