diff options
author | 6543 <6543@obermui.de> | 2021-08-29 03:42:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-29 09:42:56 +0800 |
commit | 7815f244d6254f85fca439b0bbfaf63c0e263ea4 (patch) | |
tree | b7e150beeec982ab01afb69516a5812a12122bea /.drone.yml | |
parent | 5e71b9c200777df84192ff94cf79e832ea248e4c (diff) | |
download | gitea-7815f244d6254f85fca439b0bbfaf63c0e263ea4.tar.gz gitea-7815f244d6254f85fca439b0bbfaf63c0e263ea4.zip |
CI: rm unit-test-race step since its now coverd by unit-test too (#16856)
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/.drone.yml b/.drone.yml index 62c0366406..7be296fa5f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -218,17 +218,6 @@ steps: GITHUB_READ_TOKEN: from_secret: github_read_token - - name: unit-test-race - image: golang:1.17 - commands: - - make test-backend - environment: - GOPROXY: off - TAGS: sqlite sqlite_unlock_notify - RACE_ENABLED: true - GITHUB_READ_TOKEN: - from_secret: github_read_token - - name: unit-test-gogit pull: always image: golang:1.17 |