diff --git a/.drone.yml b/.drone.yml index 7b899bde7..173d84c03 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,7 +17,7 @@ steps: - name: cache path: /go commands: - - golangci-lint run --timeout 5m0s --tests=false + - golangci-lint run --timeout 5m0s --tests=false --verbose - name: test image: golang:1.16.4