di/.drone.yml

7 lines
100 B
YAML

pipeline:
run_golang:
group: build
image: golang:1.18.5
commands:
- go test ./...