From ba50060ce44d076432e90c6f56cc83fc1541cb77 Mon Sep 17 00:00:00 2001 From: "Stanislav N. aka pztrn" Date: Tue, 3 Dec 2019 21:43:05 +0500 Subject: [PATCH] Last drone CI recipe fix. --- .drone.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1622380..429eabc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -32,9 +32,8 @@ steps: - notify-start - name: test-race - image: golang:1.13.4-alpine + image: golang:1.13.4-stretch commands: - - apk add gcc - go test -race -test.v ./... depends_on: - notify-start @@ -49,9 +48,8 @@ steps: - notify-start - name: benchmark-race - image: golang:1.13.4-alpine + image: golang:1.13.4-stretch commands: - - apk add gcc - go test -benchmem -run=^$ go.dev.pztrn.name/valiwork -race -bench . depends_on: - notify-start