draft/.drone.yml

12 lines
168 B
YAML
Raw Normal View History

2019-06-18 08:59:58 +00:00
kind: pipeline
name: default
steps:
- name: test
image: golang:alpine
commands:
- go test -v ./...
volumes:
- name: gopath
path: /go