draft/.drone.yml

12 lines
182 B
YAML

kind: pipeline
name: default
steps:
- name: test
image: golang:alpine
commands:
- CGO_ENABLED=0 go test -v ./...
volumes:
- name: gopath
path: /go