diff --git a/.drone.yml b/.drone.yml index 355370d..d297c4e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -112,6 +112,8 @@ steps: depends_on: - music-samples commands: + - apk update + - apk add --no-cache git - CGO_ENABLED=0 go test -p 1 -failfast -timeout 20m -cover -gcflags=-d=checkptr -v ./... --- kind: pipeline @@ -203,6 +205,8 @@ steps: depends_on: - music-samples commands: + - apk update + - apk add --no-cache git - CGO_ENABLED=0 go test -p 1 -failfast -timeout 20m -cover -gcflags=-d=checkptr -v ./... ...