We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b0dda8 commit 78a4302Copy full SHA for 78a4302
.drone.yml
@@ -19,4 +19,5 @@ pipeline:
19
# Build
20
- go build
21
- go test -timeout 20m -v ./... -race
22
+ - golangci-lint run
23
secrets: [TEST_USERNAME, TEST_PASSWORD]
0 commit comments