add runner

master
kim 4 years ago
parent 44290aa4d6
commit 2a2f57fcce

@ -10,7 +10,9 @@ analysis:
stage: analysis
image: golang
script:
- go version && go env
- go test -short $(go list ./...) | grep -v "no test"
- go version && go env
- go test -short $(go list ./...) | grep -v "no test"
only:
- merge_requests
- merge_requests
tags:
- common

Loading…
Cancel
Save