test/.drone.yml

10 lines
103 B
YAML

kind: pipeline
name: default
steps:
- name: test
image: golang
commands:
- go test
- go build