diff --git a/.drone.yml b/.drone.yml index 26d5a83..36d19a4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,7 @@ pipeline: test: image: golang:1.18.3-alpine3.16 commands: - - go test ./... + - go test -v -short -race ./... environment: CGO_ENABLED: "0" build: