gitea/vendor/gitea.com/macaron/macaron/.drone.yml

13 lines
226 B
YAML

kind: pipeline
name: default
steps:
- name: test
image: golang:1.13
environment:
GOPROXY: https://goproxy.cn
commands:
- go get -u
- go build -v
- go test -v -race -coverprofile=coverage.txt -covermode=atomic