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 1232c56 commit 90f703eCopy full SHA for 90f703e
.drone.yml
@@ -17,7 +17,7 @@ pipeline:
17
# Check if the code is formatted
18
- $(exit $(go fmt ./... | wc -l))
19
# Build
20
+ - golangci-lint run
21
- go build
22
- go test -timeout 20m -v ./... -race
- - golangci-lint run
23
secrets: [TEST_USERNAME, TEST_PASSWORD]
0 commit comments