birthdaybot/.gitlab-ci.yml

10 lines
94 B
YAML
Raw Normal View History

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