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