We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e71b9c commit 7815f24Copy full SHA for 7815f24
.drone.yml
@@ -218,17 +218,6 @@ steps:
218
GITHUB_READ_TOKEN:
219
from_secret: github_read_token
220
221
- - name: unit-test-race
222
- image: golang:1.17
223
- commands:
224
- - make test-backend
225
- environment:
226
- GOPROXY: off
227
- TAGS: sqlite sqlite_unlock_notify
228
- RACE_ENABLED: true
229
- GITHUB_READ_TOKEN:
230
- from_secret: github_read_token
231
-
232
- name: unit-test-gogit
233
pull: always
234
image: golang:1.17
0 commit comments