CI fix.
This commit is contained in:
parent
ad2fbf7b97
commit
de2b64ddcc
@ -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 ./...
|
Loading…
Reference in New Issue
Block a user