dns-api/.drone.yml

10 lines
170 B
YAML
Raw Permalink Normal View History

2022-06-12 00:12:14 +00:00
---
kind: pipeline
type: docker
name: build
steps:
- name: build
image: golang:1.18-bullseye
commands:
- CGO_ENABLED=0 GOOS=linux go test -cover -v ./...