9 lines
94 B
YAML
9 lines
94 B
YAML
---
|
|
stages:
|
|
- test
|
|
|
|
run-tests:
|
|
stage: test
|
|
image: golang:1.19
|
|
script:
|
|
- make test
|