From 997514292a8492d2291643e91081f3e790eefbaf Mon Sep 17 00:00:00 2001 From: tjpcc Date: Tue, 24 Jan 2023 19:59:47 -0700 Subject: testing and linting and linter fixes --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.drone.yml') 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 -- cgit v1.2.3