mtest/.drone.yml
Vincent Batts 914971d1c1
Some checks reported errors
continuous-integration/drone/push Build encountered an error
drone testing
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2020-12-03 12:32:29 -05:00

11 lines
123 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: backend
image: golang
commands:
- go build
- go test