mirror of
https://github.com/sourcegraph/jsonrpc2.git
synced 2026-06-16 04:04:56 +02:00
It is failing the tests. This may actually be an underlying issue in the tests, but not a big deal to fix now.
6 lines
60 B
YAML
6 lines
60 B
YAML
language: go
|
|
go:
|
|
- 1.8
|
|
|
|
script:
|
|
- go test -race -v ./...
|