mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-10-31 22:38:58 +00:00
CI: Add unit-test-race (#16470)
This commit is contained in:
parent
e83abfc289
commit
4b512abf5b
1 changed files with 11 additions and 0 deletions
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 a new issue