Enable CGO
This commit is contained in:
parent
10000b82e5
commit
0134881239
@ -1,5 +1,5 @@
|
||||
name: checks
|
||||
on:
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
|
||||
@ -7,6 +7,7 @@ env:
|
||||
GOPROXY: https://goproxy.io,direct
|
||||
GOPATH: /home/rootless/go_path
|
||||
GOCACHE: /home/rootless/go_cache
|
||||
CGO_ENABLED: 1
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
@ -40,4 +41,4 @@ jobs:
|
||||
- name: vet
|
||||
run: go vet
|
||||
- name: test
|
||||
run: go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
|
||||
run: go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
|
||||
|
Loading…
Reference in New Issue
Block a user