minitor-go/.drone.yml
Ian Fijolek 971710df84
Some checks failed
continuous-integration/drone/push Build is failing
Add a build step to drone pipeline
2019-10-07 15:02:13 -07:00

14 lines
177 B
YAML

kind: pipeline
name: test
steps:
- name: build
image: golang:1.12
commands:
- make build
- name: test
image: golang:1.12
commands:
- make test