summaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index f2790c6..b5c0f6c 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -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