meowlib/.drone.yml

12 lines
114 B
YAML
Raw Normal View History

2023-01-11 21:42:14 +01:00
type: docker
kind: pipeline
name: unit
steps:
- name: test
image: golang
commands:
- go test
- go build