dns-api/.drone.yml
DataHoarder 2830b4f879
All checks were successful
continuous-integration/drone/push Build is passing
Added Drone CI
2022-06-12 02:12:14 +02:00

10 lines
170 B
YAML

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