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:
Ferenc Szabo 2019-03-15 15:20:10 +01:00
parent 101662def1
commit 59eedd5f8e

View file

@ -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}/...