This commit is contained in:
Stanislav Nikitin 2019-09-17 18:53:04 +05:00
parent 70ff28e792
commit f626ea86aa
No known key found for this signature in database
GPG Key ID: 106900B32F8192EE
1 changed files with 4 additions and 18 deletions

View File

@ -20,6 +20,8 @@ test:1.12:
stage: test
tags:
- docker
variables:
GO111MODULE: "on"
script:
- pwd
- go test -test.v -cover ./...
@ -29,24 +31,8 @@ test:1.11:
stage: test
tags:
- docker
script:
- pwd
- go test -test.v -cover ./...
test:1.10:
image: golang:1.10.8
stage: test
tags:
- docker
script:
- pwd
- go test -test.v -cover ./...
test:1.9:
image: golang:1.9.7
stage: test
tags:
- docker
variables:
GO111MODULE: "on"
script:
- pwd
- go test -test.v -cover ./...