Disable CGO when testing
continuous-integration/drone/push Build is passing Details

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
1 changed files with 1 additions and 1 deletions

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