Skip to content

Commit 7694598

Browse files
6543lunny
authored andcommitted
fix
1 parent dd4674b commit 7694598

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.drone.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ steps:
214214
environment:
215215
GOPROXY: off
216216
TAGS: bindata sqlite sqlite_unlock_notify
217+
RACE_ENABLED: true
217218
GITHUB_READ_TOKEN:
218219
from_secret: github_read_token
219220

@@ -236,6 +237,7 @@ steps:
236237
environment:
237238
GOPROXY: off
238239
TAGS: bindata gogit sqlite sqlite_unlock_notify
240+
RACE_ENABLED: true
239241
GITHUB_READ_TOKEN:
240242
from_secret: github_read_token
241243

@@ -246,6 +248,7 @@ steps:
246248
environment:
247249
GOPROXY: off
248250
TAGS: bindata
251+
RACE_ENABLED: true
249252
TEST_LDAP: 1
250253
USE_REPO_TEST_DIR: 1
251254
TEST_INDEXER_CODE_ES_URL: "http://elastic:changeme@elasticsearch:9200"
@@ -259,6 +262,7 @@ steps:
259262
environment:
260263
GOPROXY: off
261264
TAGS: bindata
265+
RACE_ENABLED: true
262266
TEST_LDAP: 1
263267
USE_REPO_TEST_DIR: 1
264268
depends_on:
@@ -271,6 +275,7 @@ steps:
271275
environment:
272276
GOPROXY: off
273277
TAGS: bindata
278+
RACE_ENABLED: true
274279
TEST_LDAP: 1
275280
USE_REPO_TEST_DIR: 1
276281
depends_on:
@@ -366,6 +371,7 @@ steps:
366371
environment:
367372
GOPROXY: off
368373
TAGS: bindata gogit sqlite sqlite_unlock_notify
374+
RACE_ENABLED: true
369375
TEST_TAGS: gogit sqlite sqlite_unlock_notify
370376
USE_REPO_TEST_DIR: 1
371377
depends_on:
@@ -378,6 +384,7 @@ steps:
378384
environment:
379385
GOPROXY: off
380386
TAGS: bindata gogit
387+
RACE_ENABLED: true
381388
TEST_TAGS: gogit
382389
TEST_LDAP: 1
383390
USE_REPO_TEST_DIR: 1
@@ -520,7 +527,6 @@ steps:
520527
environment:
521528
GOPROXY: https://goproxy.cn # proxy.golang.org is blocked in China, this proxy is not
522529
TAGS: bindata sqlite sqlite_unlock_notify
523-
RACE_ENABLED: true
524530

525531
- name: gpg-sign
526532
pull: always
@@ -617,7 +623,6 @@ steps:
617623
environment:
618624
GOPROXY: https://goproxy.cn # proxy.golang.org is blocked in China, this proxy is not
619625
TAGS: bindata sqlite sqlite_unlock_notify
620-
RACE_ENABLED: true
621626

622627
- name: gpg-sign
623628
pull: always

0 commit comments

Comments
 (0)