sliderule/.drone.yml

10 lines
112 B
YAML

---
kind: pipeline
name: verify
steps:
- name: test
image: golang
commands:
- go test -v ./...