workon/.drone.yml
James Walker b0e5696ba9
All checks were successful
continuous-integration/drone/push Build is passing
👷 go tests
2022-06-30 19:57:14 -04:00

12 lines
152 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: tests
image: golang:1.17
commands:
- go build -v
- go test -v ./...