1
0
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:
Simon Aronsson 2021-01-12 08:29:23 +01:00 committed by GitHub
parent 3369d2427c
commit fb9469e58e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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