diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 1f0ec4f..2ff161a 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -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 \ No newline at end of file + args: --snapshot --skip-publish --debug