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.
pull/764/head
Simon Aronsson 3 years ago committed by GitHub
parent 3369d2427c
commit fb9469e58e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save