Skip to content

Commit

Permalink
drone: perform lint step first
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaglie committed Sep 19, 2018
1 parent 1232c56 commit 90f703e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pipeline:
# Check if the code is formatted
- $(exit $(go fmt ./... | wc -l))
# Build
- golangci-lint run
- go build
- go test -timeout 20m -v ./... -race
- golangci-lint run
secrets: [TEST_USERNAME, TEST_PASSWORD]

0 comments on commit 90f703e

Please sign in to comment.