9 lines
91 B
YAML
9 lines
91 B
YAML
|
stages:
|
||
|
- test
|
||
|
|
||
|
test_job:
|
||
|
stage: test
|
||
|
tags:
|
||
|
- linux1
|
||
|
script: go test -test.v .
|