From b2b2d2bdafec3fd5b36f5b7506882656159a12a2 Mon Sep 17 00:00:00 2001 From: Gisle Aune Date: Mon, 20 Jul 2020 19:01:00 +0200 Subject: [PATCH] fix drone ci --- .drone.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.drone.yml b/.drone.yml index 4bd031e..aa81efc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,30 +9,35 @@ workspace: pipeline: test-1.14: image: golang:1.14 + group: tests commands: - go mod download - go test ./... -v - go test -bench ./... test-1.13: image: golang:1.13 + group: tests commands: - go mod download - go test ./... -v - go test -bench ./... test-1.12: image: golang:1.12 + group: tests commands: - go mod download - go test ./... -v - go test -bench ./... test-1.11: image: golang:1.11 + group: tests commands: - go mod download - go test ./... -v - go test -bench ./... test-1.10: image: golang:1.10 + group: tests commands: - mkdir -p /go/src/github.com/gissleh/ - ln -s /project/irc /go/src/github.com/gissleh/irc @@ -42,6 +47,7 @@ pipeline: - go test -bench ./... test-1.9: image: golang:1.9 + group: tests commands: - mkdir -p /go/src/github.com/gissleh/ - ln -s /project/irc /go/src/github.com/gissleh/irc @@ -50,6 +56,7 @@ pipeline: - go test -bench ./... test-1.8: image: golang:1.8 + group: tests commands: - mkdir -p /go/src/github.com/gissleh/ - ln -s /project/irc /go/src/github.com/gissleh/irc