summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorzeripath <art27@cantab.net>2020-01-26 20:07:12 +0000
committerGitHub <noreply@github.com>2020-01-26 20:07:12 +0000
commit20d637a0f834a4ed50dd87bce496be5e1604986b (patch)
tree0041739499a1d964b4cc0ea58531018a924fcbf3 /.drone.yml
parent6a5e8d0d4f6182ba42306ea81eed2f7db6e9d1f8 (diff)
downloadgitea-20d637a0f834a4ed50dd87bce496be5e1604986b.tar.gz
gitea-20d637a0f834a4ed50dd87bce496be5e1604986b.zip
Enforce tests do not change files in source tree (#9625)
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index 12017fc51f..716e7b1d59 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -118,7 +118,7 @@ steps:
pull: always
image: golang:1.13
commands:
- - make unit-test-coverage
+ - make unit-test-coverage test-check
environment:
GOPROXY: off
TAGS: bindata sqlite sqlite_unlock_notify