💚 Disable VCS build metadata in test step of Drone pipeline

This commit is contained in:
Maxim Lebedev 2022-03-19 04:08:41 +05:00
parent 4358d13b0d
commit 746fb0996f
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 -v -race -cover ./...
- go test -buildvcs=false -v -race -cover ./...
depends_on:
- init