lobby/.drone.yml

11 lines
125 B
YAML

kind: pipeline
type: docker
name: testing
steps:
- name: test
image: golang
commands:
- go mod tidy
- make test