mirror of
https://github.com/hibiken/asynq.git
synced 2025-04-22 00:30:17 +08:00
Enable the race detector in CI builds
This commit is contained in:
parent
e91ed38198
commit
b825decea7
@ -5,6 +5,7 @@ git:
|
|||||||
env:
|
env:
|
||||||
- GO111MODULE=on # go modules are the default
|
- GO111MODULE=on # go modules are the default
|
||||||
go: [1.12.x, 1.13.x]
|
go: [1.12.x, 1.13.x]
|
||||||
|
gobuild_args: -race -v
|
||||||
services:
|
services:
|
||||||
- redis-server
|
- redis-server
|
||||||
after_success:
|
after_success:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user