add runner
This commit is contained in:
@@ -10,7 +10,9 @@ analysis:
|
|||||||
stage: analysis
|
stage: analysis
|
||||||
image: golang
|
image: golang
|
||||||
script:
|
script:
|
||||||
- go version && go env
|
- go version && go env
|
||||||
- go test -short $(go list ./...) | grep -v "no test"
|
- go test -short $(go list ./...) | grep -v "no test"
|
||||||
only:
|
only:
|
||||||
- merge_requests
|
- merge_requests
|
||||||
|
tags:
|
||||||
|
- common
|
||||||
|
|||||||
Reference in New Issue
Block a user