test/.drone.yml

16 lines
203 B
YAML

---
kind: pipeline
name: default
steps:
- name: test
image: golang
commands:
- go test
- go build
---
kind: signature
hmac: cbb10ef13ae454b2ddeaf542c3a5ac72a7d8a4951f638126b1d5905338d95a2b
...