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
|
- name: test
|
||||||
image: golang:alpine
|
image: golang:alpine
|
||||||
commands:
|
commands:
|
||||||
- go test -v ./...
|
- CGO_ENABLED=0 go test -v ./...
|
||||||
volumes:
|
volumes:
|
||||||
- name: gopath
|
- name: gopath
|
||||||
path: /go
|
path: /go
|
||||||
|
|
Loading…
Reference in a new issue