what
This commit is contained in:
parent
f88f4a6647
commit
132f0f6c54
@ -39,7 +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:
|
# env:
|
||||||
CGO_ENABLED: 1
|
# 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