Disable CGO when testing
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
ab7bd5db8c
commit
143ee76cc7
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ steps:
|
|||
- name: test
|
||||
image: golang:alpine
|
||||
commands:
|
||||
- go test -v ./...
|
||||
- CGO_ENABLED=0 go test -v ./...
|
||||
volumes:
|
||||
- name: gopath
|
||||
path: /go
|
||||
|
|
Loading…
Reference in a new issue