Adds -race and go 1.12
This commit is contained in:
parent
180616d129
commit
12f7b294ba
@ -6,9 +6,10 @@ services:
|
||||
|
||||
go:
|
||||
- 1.11.x
|
||||
- 1.12.x
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
|
||||
script:
|
||||
- go test -v -run=.
|
||||
- go test -v -race -run=.
|
||||
|
Loading…
Reference in New Issue
Block a user