diff --git a/.drone.yml b/.drone.yml index 15e7af2..af634fd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,8 +6,4 @@ steps: - name : test image: golang:latest commands: - - go test -- name : build - image: golang:latest - commands: - - go build \ No newline at end of file + - go test -v ./pkg/...