diff --git a/.drone.yml b/.drone.yml index 5415c42..8657b83 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,6 +3,10 @@ pipeline: image: ${IMAGE} commands: - go build + + test: + image: ${IMAGE} + commands: - go test matrix: