mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-04 08:17:24 -05:00
CI: Add unit-test-race (#16470)
This commit is contained in:
parent
e83abfc289
commit
4b512abf5b
11
.drone.yml
11
.drone.yml
@ -217,6 +217,17 @@ steps:
|
||||
GITHUB_READ_TOKEN:
|
||||
from_secret: github_read_token
|
||||
|
||||
- name: unit-test-race
|
||||
image: golang:1.16
|
||||
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.16
|
||||
|
Loading…
Reference in New Issue
Block a user