diff --git a/.drone.yml b/.drone.yml index cf50c45..510d60d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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