birthdaybot/.gitlab-ci.yml
Miguel de la Cruz ec12a1b948 Update image
2023-06-29 23:48:06 +02:00

9 lines
94 B
YAML

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