mirror of
https://github.com/waku-org/go-multiaddr.git
synced 2025-02-23 11:38:20 +00:00
9 lines
79 B
YAML
9 lines
79 B
YAML
language: go
|
|
|
|
go:
|
|
- tip
|
|
- 1.6.1
|
|
|
|
script:
|
|
- go test -race -cpu=5 -v ./...
|