mirror of
https://github.com/waku-org/go-multiaddr.git
synced 2025-02-24 03:58:17 +00:00
12 lines
90 B
YAML
12 lines
90 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.3
|
|
- release
|
|
- tip
|
|
|
|
script:
|
|
- make test
|
|
|
|
env: TEST_VERBOSE=1
|