diff --git a/.drone.yaml b/.drone.yaml index ad1cb12..73674ae 100644 --- a/.drone.yaml +++ b/.drone.yaml @@ -6,7 +6,7 @@ steps: image: golang commands: - go build - - go test + - go test -v trigger: branch: - master