drone-test/.drone.yml

7 lines
91 B
YAML

pipeline:
build:
image: golang:1.12.1
commands:
- go build
- go test