2
0
mirror of https://github.com/hibiken/asynq.git synced 2024-11-10 11:31:58 +08:00

Enable the race detector in CI builds

This commit is contained in:
Ken Hibino 2020-02-16 21:13:36 -08:00
parent 0cc486a975
commit e78d5e4171

View File

@ -5,6 +5,7 @@ git:
env:
- GO111MODULE=on # go modules are the default
go: [1.12.x, 1.13.x]
gobuild_args: -race -v
services:
- redis-server
after_success: