util/.drone.yml

11 lines
140 B
YAML
Raw Normal View History

2023-03-07 16:00:39 +00:00
kind: pipeline
type: docker
name: utils
steps:
- name: test
image: golang:1.18
commands:
- go get ./...
- go test -v ./...