awl/.drone.yml
Sam Therapy bf06f7a3aa
All checks were successful
continuous-integration/drone/push Build is passing
I am still somehow getting paid to do this
2022-06-23 23:12:48 +02:00

8 lines
124 B
YAML

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