summaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml
index 3076ae2..10064c3 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -7,7 +7,7 @@ steps:
- name: run tests
image: golang
commands:
- - go build
+ - go install -v
- go test -p 1 -v ./...
trigger:
@@ -23,7 +23,7 @@ steps:
- name: run tests
image: golang
commands:
- - go build
+ - go install -v
- go test -p 1 -v ./...
- name: docker
image: plugins/docker