mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
travis: extend Swarm race detection to p2p subpackages
As p2p/protocols, p2p/simulations and p2p/testing packages mostly belong to the Swarm team.
This commit is contained in:
parent
101662def1
commit
59eedd5f8e
1 changed files with 1 additions and 1 deletions
|
|
@ -232,4 +232,4 @@ matrix:
|
|||
go: 1.12.x
|
||||
git:
|
||||
submodules: false # avoid cloning ethereum/tests
|
||||
script: ./build/travis_keepalive.sh go test -timeout 20m -race ./swarm...
|
||||
script: ./build/travis_keepalive.sh go test -timeout 20m -race ./swarm... ./p2p/{protocols,simulations,testing}/...
|
||||
|
|
|
|||
Loading…
Reference in a new issue