From 143ee76cc7a8e9ade133d8aae029dc890f15a092 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=AEittaG=20ordnasselA?= Date: Tue, 18 Jun 2019 11:15:13 +0200 Subject: [PATCH] Disable CGO when testing --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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