diff options
author | zeripath <art27@cantab.net> | 2020-01-26 20:07:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-26 20:07:12 +0000 |
commit | 20d637a0f834a4ed50dd87bce496be5e1604986b (patch) | |
tree | 0041739499a1d964b4cc0ea58531018a924fcbf3 /.drone.yml | |
parent | 6a5e8d0d4f6182ba42306ea81eed2f7db6e9d1f8 (diff) | |
download | gitea-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.yml | 2 |
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 |