Browse Source

remove race from test

pull/4/head
andrey 3 months ago
parent
commit
f094e4b48c
  1. 3
      .drone.yml

3
.drone.yml

@ -11,7 +11,8 @@ steps:
image: golang
commands:
# - go test -parallel 10 -race ./...
- go test -race ./...
# - go test -race ./...
- go test ./...
- name: golangci-lint
image: golangci/golangci-lint:v1.53

Loading…
Cancel
Save