This commit is contained in:
2019-09-02 19:56:35 +05:00
parent ad2fbf7b97
commit de2b64ddcc

View File

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