0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-08-18 08:15:10 +02:00
gitea/vendor/gitea.com/macaron/cors/.drone.yml

10 lines
165 B
YAML
Raw Normal View History

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