summaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
authortjpcc <tjp@ctrl-c.club>2023-01-24 19:59:47 -0700
committertjpcc <tjp@ctrl-c.club>2023-01-24 19:59:47 -0700
commit997514292a8492d2291643e91081f3e790eefbaf (patch)
treeed870f158c6a6adfd91e490a64276bb704b56619 /.drone.yml
parent23d705b93a89cb0aee582eda819a76257f42dffc (diff)
testing and linting and linter fixes
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