mirror of
https://github.com/TwiN/gatus.git
synced 2025-01-08 23:18:56 +01:00
Tweak build action
This commit is contained in:
parent
6b3e11a47c
commit
e463aec5f6
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user