minitor-go/.drone.yml

9 lines
104 B
YAML

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