1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-13 04:58:19 +00:00

Comment backport test and add missing drone test (#3127)

* comment backport test since the test reference many changes

* fix missing drone test on release/*

* remove test coverage on release/*
This commit is contained in:
Lunny Xiao
2017-12-09 18:16:59 +08:00
committed by Lauris BH
parent fd7686171e
commit 81fd8c8fb6
2 changed files with 15 additions and 14 deletions

View File

@@ -86,6 +86,19 @@ pipeline:
event: [ push, pull_request ]
branch: [ master ]
test:
image: webhippie/golang:edge
pull: true
group: test
environment:
TAGS: bindata sqlite
GOPATH: /srv/app
commands:
- make test
when:
event: [ push, pull_request ]
branch: [ release/* ]
test:
image: webhippie/golang:edge
pull: true