test/.drone.yml

16 lines
203 B
YAML
Raw Permalink Normal View History

2024-04-12 21:48:16 +00:00
---
2024-04-12 21:44:48 +00:00
kind: pipeline
name: default
steps:
- name: test
image: golang
commands:
- go test
- go build
2024-04-12 21:48:16 +00:00
---
kind: signature
hmac: cbb10ef13ae454b2ddeaf542c3a5ac72a7d8a4951f638126b1d5905338d95a2b
...