diff options
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -6,4 +6,6 @@ steps: - name: test image: golang commands: - - go test -v ./... + - go test -race -v ./... + - name: lint + image: rancher/drone-golangci-lint:latest |