Skip to content

Commit 9490951

Browse files
committed
CI: Add unit-test-race
1 parent 93f31e1 commit 9490951

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.drone.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,14 @@ steps:
216216
TAGS: bindata sqlite sqlite_unlock_notify
217217
GITHUB_READ_TOKEN:
218218
from_secret: github_read_token
219+
- name: unit-test-race
220+
image: golang:1.16
221+
commands:
222+
- make test-backend
223+
environment:
224+
GOPROXY: off
225+
TAGS: sqlite sqlite_unlock_notify
226+
RACE_ENABLED: true
219227

220228
- name: unit-test-gogit
221229
pull: always

0 commit comments

Comments
 (0)