Last drone CI recipe fix.
This commit is contained in:
parent
ce292667cd
commit
ba50060ce4
@ -32,9 +32,8 @@ steps:
|
|||||||
- notify-start
|
- notify-start
|
||||||
|
|
||||||
- name: test-race
|
- name: test-race
|
||||||
image: golang:1.13.4-alpine
|
image: golang:1.13.4-stretch
|
||||||
commands:
|
commands:
|
||||||
- apk add gcc
|
|
||||||
- go test -race -test.v ./...
|
- go test -race -test.v ./...
|
||||||
depends_on:
|
depends_on:
|
||||||
- notify-start
|
- notify-start
|
||||||
@ -49,9 +48,8 @@ steps:
|
|||||||
- notify-start
|
- notify-start
|
||||||
|
|
||||||
- name: benchmark-race
|
- name: benchmark-race
|
||||||
image: golang:1.13.4-alpine
|
image: golang:1.13.4-stretch
|
||||||
commands:
|
commands:
|
||||||
- apk add gcc
|
|
||||||
- go test -benchmem -run=^$ go.dev.pztrn.name/valiwork -race -bench .
|
- go test -benchmem -run=^$ go.dev.pztrn.name/valiwork -race -bench .
|
||||||
depends_on:
|
depends_on:
|
||||||
- notify-start
|
- notify-start
|
||||||
|
Loading…
Reference in New Issue
Block a user