10 lines
99 B
YAML
10 lines
99 B
YAML
|
---
|
||
|
stages:
|
||
|
- test
|
||
|
|
||
|
run-tests:
|
||
|
stage: test
|
||
|
image: golang/tags:1.19
|
||
|
script:
|
||
|
- make test
|