diff options
Diffstat (limited to '.drone.yml')
| -rw-r--r-- | .drone.yml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
