summaryrefslogtreecommitdiffstats
path: root/vendor/gitea.com/macaron/session/.drone.yml
blob: 717ada4b8f1b3ed13c1914965d38bb67257e1cb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
kind: pipeline
name: default

steps:
- name: test
  image: golang:1.12
  environment:
      GOPROXY: https://goproxy.cn
  commands:
  - go build -v
  - go test -v -race -coverprofile=coverage.txt -covermode=atomic