will this fix?
This commit is contained in:
parent
0134881239
commit
f88f4a6647
@ -7,7 +7,6 @@ env:
|
|||||||
GOPROXY: https://goproxy.io,direct
|
GOPROXY: https://goproxy.io,direct
|
||||||
GOPATH: /home/rootless/go_path
|
GOPATH: /home/rootless/go_path
|
||||||
GOCACHE: /home/rootless/go_cache
|
GOCACHE: /home/rootless/go_cache
|
||||||
CGO_ENABLED: 1
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
@ -40,5 +39,7 @@ jobs:
|
|||||||
run: go install golang.org/x/lint/golint@latest && golint ./...
|
run: go install golang.org/x/lint/golint@latest && golint ./...
|
||||||
- name: vet
|
- name: vet
|
||||||
run: go vet
|
run: go vet
|
||||||
|
env:
|
||||||
|
CGO_ENABLED: 1
|
||||||
- name: test
|
- 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