Last drone CI recipe fix.

This commit is contained in:
Stanislav Nikitin 2019-12-03 21:43:05 +05:00
parent ce292667cd
commit ba50060ce4
No known key found for this signature in database
GPG Key ID: 106900B32F8192EE
1 changed files with 2 additions and 4 deletions

View File

@ -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