aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/gitea.com/macaron/toolbox/.drone.yml
blob: 39499f444a57d62234b377e9147206dbda3654bd (plain)
1
2
3
4
5
6
7
8
9
kind: pipeline
name: default

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