di/.drone.yml

13 lines
213 B
YAML
Raw Normal View History

2022-08-03 01:10:12 +03:00
build:
image: golang:1.18.5
environment:
- GOOS=linux
- GOARCH=amd64
- CGO_ENABLED=0
commands:
- go test -cover -coverprofile coverage.out
publish:
coverage:
when:
branch: master