From 5f4a28f5f6c1425b2dba9d30a1ba565e4edccb44 Mon Sep 17 00:00:00 2001 From: josebarn Date: Tue, 15 Aug 2017 15:14:41 -0300 Subject: [PATCH] adding test step in ci pipeline --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) 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: