birthdaybot/.gitlab-ci.yml
Miguel de la Cruz ae1a2d9999 Rename ci file
2023-06-29 23:47:11 +02:00

9 lines
99 B
YAML

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