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 9c7cd44 commit 2895e1aCopy full SHA for 2895e1a
.drone.yml
@@ -7,5 +7,5 @@ pipeline:
7
image: golang:latest
8
commands:
9
- go build
10
- - go test -v ./... -race
+ - go test -timeout 20m -v ./... -race
11
secrets: [TEST_USERNAME, TEST_PASSWORD]
0 commit comments