awl/.drone.yml
Sam Therapy ce2688cf1a Fix Win, Add Plan 9
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2022-06-30 22:32:36 +00:00

8 lines
124 B
YAML

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