x/.drone.yml

9 lines
95 B
YAML
Raw Normal View History

2020-10-12 21:23:54 +00:00
kind: pipeline
name: test-go
steps:
- name: test-go
image: golang
commands:
- go test