
This fixes the races we are seeing in the tests Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
7 lines
63 B
YAML
7 lines
63 B
YAML
language: go
|
|
|
|
go:
|
|
- "1.10.x"
|
|
|
|
script: go test -race -v ./...
|