Remove CGO_ENABLED=0 from checks workflow
This commit is contained in:
parent
41d970e4a7
commit
40474d3990
4
.github/workflows/checks.yml
vendored
4
.github/workflows/checks.yml
vendored
@ -6,7 +6,6 @@ on:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
GO_VERSION: 1.19
|
GO_VERSION: 1.19
|
||||||
CGO_ENABLED: 0
|
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
@ -53,7 +52,6 @@ jobs:
|
|||||||
- run: make test
|
- run: make test
|
||||||
env:
|
env:
|
||||||
MallocNanoZone: 0 # https://github.com/golang/go/issues/49138
|
MallocNanoZone: 0 # https://github.com/golang/go/issues/49138
|
||||||
CGO_ENABLED: 1
|
|
||||||
PGHOST: localhost
|
PGHOST: localhost
|
||||||
PGUSER: postgres
|
PGUSER: postgres
|
||||||
PGPASSWORD: postgres
|
PGPASSWORD: postgres
|
||||||
@ -72,8 +70,6 @@ jobs:
|
|||||||
go-version: ${{ env.GO_VERSION }}
|
go-version: ${{ env.GO_VERSION }}
|
||||||
- run: go mod download
|
- run: go mod download
|
||||||
- run: make test
|
- run: make test
|
||||||
env:
|
|
||||||
CGO_ENABLED: 1
|
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user