Linting, README update, drone CI recipe update.

This commit is contained in:
2019-12-03 21:28:26 +05:00
parent 169b9499fe
commit 50fa32a8ab
5 changed files with 17 additions and 26 deletions

View File

@@ -33,8 +33,6 @@ steps:
- name: test-race
image: golang:1.13.4-alpine
environment:
CGO_ENABLED: 0
commands:
- go test -race -test.v ./...
depends_on:
@@ -51,8 +49,6 @@ steps:
- name: benchmark-race
image: golang:1.13.4-alpine
environment:
CGO_ENABLED: 0
commands:
- go test -benchmem -run=^$ go.dev.pztrn.name/valiwork -race -bench .
depends_on: