irc/.drone.yml

10 lines
115 B
YAML
Raw Normal View History

2021-10-27 19:51:18 -04:00
kind: pipeline
type: docker
name: test
steps:
- name: test
image: golang
commands:
- go test -v
- go build