mirror of
https://github.com/sourcegraph/jsonrpc2.git
synced 2026-06-16 04:04:56 +02:00
6 lines
60 B
YAML
6 lines
60 B
YAML
language: go
|
|
go:
|
|
- 1.x
|
|
|
|
script:
|
|
- go test -race -v ./...
|