We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cffc6b3 commit b5ce410Copy full SHA for b5ce410
.drone.yml
@@ -7,5 +7,5 @@ pipeline:
7
image: golang:latest
8
commands:
9
- go build
10
- - go test ./... -race
+ - go test -v ./... -race
11
secrets: [TEST_USERNAME, TEST_PASSWORD]
0 commit comments