From 59eedd5f8ebcfbd7a49935281bdab7ae758bd696 Mon Sep 17 00:00:00 2001 From: Ferenc Szabo Date: Fri, 15 Mar 2019 15:20:10 +0100 Subject: [PATCH] travis: extend Swarm race detection to p2p subpackages As p2p/protocols, p2p/simulations and p2p/testing packages mostly belong to the Swarm team. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 643827f8e3..8ff5fa3cfb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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}/...