From a8da259d52d1fd99f176fa10ce86bd7a0b23ee91 Mon Sep 17 00:00:00 2001 From: Colin Hoglund Date: Sat, 10 Feb 2018 11:42:19 -0500 Subject: [PATCH] run tests as part of build step --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 31c33a9..18335e5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,6 +8,7 @@ pipeline: commands: - go get -u github.com/golang/dep/cmd/dep - dep ensure + - go test ./... - sh .drone.sh publish: