x/.drone.yml

9 lines
95 B
YAML

kind: pipeline
name: test-go
steps:
- name: test-go
image: golang
commands:
- go test