mirror of
https://github.com/containrrr/watchtower.git
synced 2024-12-12 09:04:17 +02:00
remove cgo_enable flag for the test step
this was a last-minute change that actually isn't needed. we'll know whether this is an issue in the build step anyway.
This commit is contained in:
parent
3369d2427c
commit
fb9469e58e
4
.github/workflows/pull-request.yml
vendored
4
.github/workflows/pull-request.yml
vendored
@ -47,7 +47,7 @@ jobs:
|
||||
go-version: 1.15.x
|
||||
- name: Run tests
|
||||
run: |
|
||||
CGO_ENABLED=0 go test -v -coverprofile=coverage.out -covermode=atomic ./...
|
||||
go test -v -coverprofile=coverage.out -covermode=atomic ./...
|
||||
- name: Publish coverage
|
||||
uses: codecov/codecov-action@v1
|
||||
with:
|
||||
@ -69,4 +69,4 @@ jobs:
|
||||
uses: goreleaser/goreleaser-action@v2
|
||||
with:
|
||||
version: v0.104.1
|
||||
args: --snapshot --skip-publish --debug
|
||||
args: --snapshot --skip-publish --debug
|
||||
|
Loading…
Reference in New Issue
Block a user