birthdaybot/.gitlab-ci.yaml
2023-06-29 23:46:17 +02:00

9 lines
99 B
YAML

---
stages:
- test
run-tests:
stage: test
image: golang/tags:1.19
script:
- make test