diff --git a/.drone.yml b/.drone.yml index 03caa6c..609220f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ steps: - name: test image: golang:latest commands: - - go test -cover -v . + - go test -v . - name: coverage image: golang:latest