From 49952dede1baac2a2d2118d85e93a646160cb141 Mon Sep 17 00:00:00 2001 From: Gisle Aune Date: Mon, 20 Jul 2020 18:48:36 +0200 Subject: [PATCH] fix drone ci --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index c13dd26..bb85491 100644 --- a/.drone.yml +++ b/.drone.yml @@ -36,19 +36,21 @@ pipeline: commands: - mkdir -p /go/src/github.com/gissleh/ - mv /project/irc /go/src/github.com/gissleh/ - - cd /go/src/github.com/gissleh/irc/ test-1.10: image: golang:1.10 commands: + - cd /go/src/github.com/gissleh/irc/ - go test ./... -v - go test -bench ./... test-1.9: image: golang:1.9 commands: + - cd /go/src/github.com/gissleh/irc/ - go test ./... -v - go test -bench ./... test-1.8: image: golang:1.8 commands: + - cd /go/src/github.com/gissleh/irc/ - go test ./... -v - go test -bench ./... \ No newline at end of file