CI: rm unit-test-race step since its now coverd by unit-test too (#16856)

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
6543 2021-08-29 03:42:56 +02:00 committed by GitHub
parent 5e71b9c200
commit 7815f244d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 11 deletions

View File

@ -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