Skip to content

Commit 5119698

Browse files
authored
Merge branch 'main' into fix_ui
2 parents 1a4338c + 4b512ab commit 5119698

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Diff for: .drone.yml

+11
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,17 @@ steps:
217217
GITHUB_READ_TOKEN:
218218
from_secret: github_read_token
219219

220+
- name: unit-test-race
221+
image: golang:1.16
222+
commands:
223+
- make test-backend
224+
environment:
225+
GOPROXY: off
226+
TAGS: sqlite sqlite_unlock_notify
227+
RACE_ENABLED: true
228+
GITHUB_READ_TOKEN:
229+
from_secret: github_read_token
230+
220231
- name: unit-test-gogit
221232
pull: always
222233
image: golang:1.16

0 commit comments

Comments
 (0)