1
1
mirror of https://github.com/go-gitea/gitea synced 2024-07-07 10:35:48 +00:00
gitea/vendor/gitea.com/macaron/toolbox/.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