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