lobby/.drone.yml

8 lines
106 B
YAML
Raw Normal View History

2021-09-16 23:36:43 +00:00
# .woodpecker.yml
pipeline:
2021-09-16 23:39:48 +00:00
test:
image: golang
2021-09-16 23:36:43 +00:00
commands:
2021-09-16 23:39:48 +00:00
- go mod tidy
- make test