lobby/.drone.yml

11 lines
125 B
YAML
Raw Permalink Normal View History

2021-09-17 17:06:37 +00:00
kind: pipeline
type: docker
name: testing
steps:
- name: test
image: golang
commands:
- go mod tidy
- make test