mirror of
https://github.com/logos-messaging/go-libp2p-pubsub.git
synced 2026-01-03 21:33:07 +00:00
add travis_wait to test job
in an attempt to counter the frequent "no output received" problem
This commit is contained in:
parent
f7c398087a
commit
57fbd38498
@ -17,7 +17,7 @@ cache:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- go build ./...
|
- go build ./...
|
||||||
- go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
|
- travis_wait go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- bash <(curl -s https://codecov.io/bash)
|
- bash <(curl -s https://codecov.io/bash)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user