This commit is contained in:
Stanislav Nikitin 2019-09-02 19:56:35 +05:00
parent ad2fbf7b97
commit de2b64ddcc
No known key found for this signature in database
GPG Key ID: 106900B32F8192EE
1 changed files with 4 additions and 0 deletions

View File

@ -16,11 +16,15 @@ before_script:
lint: lint:
stage: test stage: test
tags:
- docker
script: script:
- golangci-lint linters - golangci-lint linters
- golangci-lint run - golangci-lint run
test: test:
stage: test stage: test
tags:
- docker
script: script:
- go test -test.v -cover ./... - go test -test.v -cover ./...