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