birthdaybot/.gitlab-ci.yml

10 lines
99 B
YAML
Raw Normal View History

2023-06-29 22:46:17 +01:00
---
stages:
- test
run-tests:
stage: test
image: golang/tags:1.19
script:
- make test