p2p/simulations, build: Revert travis change, build test sym always

This commit is contained in:
lash 2018-12-02 13:10:34 +01:00
parent f44da20911
commit 57522410d9

View file

@ -334,7 +334,7 @@ func doTest(cmdline []string) {
// Test a single package at a time. CI builders are slow
// and some tests run into timeouts under load.
gotest := goTool("test", buildFlags(env)...)
gotest.Args = append(gotest.Args, "-p", "1", "-timeout", "5m", "-tags", "test")
gotest.Args = append(gotest.Args, "-p", "1", "-timeout", "5m")
if *coverage {
gotest.Args = append(gotest.Args, "-covermode=atomic", "-cover")
}