Skip to content

Commit dd4674b

Browse files
6543lunny
authored andcommitted
use true
1 parent 5b6bdaa commit dd4674b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.drone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ steps:
520520
environment:
521521
GOPROXY: https://goproxy.cn # proxy.golang.org is blocked in China, this proxy is not
522522
TAGS: bindata sqlite sqlite_unlock_notify
523-
RACE_ENABLED: "0"
523+
RACE_ENABLED: true
524524

525525
- name: gpg-sign
526526
pull: always
@@ -617,7 +617,7 @@ steps:
617617
environment:
618618
GOPROXY: https://goproxy.cn # proxy.golang.org is blocked in China, this proxy is not
619619
TAGS: bindata sqlite sqlite_unlock_notify
620-
RACE_ENABLED: "0"
620+
RACE_ENABLED: true
621621

622622
- name: gpg-sign
623623
pull: always

0 commit comments

Comments
 (0)