Disable CGO when testing
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Hamcha 2019-06-18 11:15:13 +02:00
parent ab7bd5db8c
commit 143ee76cc7
Signed by: hamcha
GPG key ID: A40413D21021EAEE

View file

@ -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