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

11 lines
179 B
YAML

kind: pipeline
name: default
steps:
- name: test
image: golang:1.12
commands:
- go get -u
- go build -v
- go test -v -race -coverprofile=coverage.txt -covermode=atomic