💚 Disable race detection in test step of Drone pipeline

This commit is contained in:
Maxim Lebedev 2022-03-19 04:22:07 +05:00
parent 746fb0996f
commit 7248dd093a
Signed by: toby3d
GPG Key ID: 1F14E25B7C119FC5
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ steps:
- name: deps
path: /go
commands:
- go test -buildvcs=false -v -race -cover ./...
- go test -buildvcs=false -v -cover ./...
depends_on:
- init