We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a4338c + 4b512ab commit 5119698Copy full SHA for 5119698
.drone.yml
@@ -217,6 +217,17 @@ steps:
217
GITHUB_READ_TOKEN:
218
from_secret: github_read_token
219
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
+
231
- name: unit-test-gogit
232
pull: always
233
image: golang:1.16
0 commit comments