irc/.drone.yml
blackbeard420 d9a617066f
All checks were successful
continuous-integration/drone/push Build is passing
enable CI
2021-10-27 19:52:18 -04:00

10 lines
115 B
YAML

kind: pipeline
type: docker
name: test
steps:
- name: test
image: golang
commands:
- go test -v
- go build