Run cli test in parallel (#2969)

This commit is contained in:
Alessio Treglia
2018-11-30 15:11:52 -08:00
committed by Jack Zampolin
parent 535822ca68
commit bedc900d49
2 changed files with 20 additions and 22 deletions
+1 -1
View File
@@ -152,7 +152,7 @@ godocs:
test: test_unit
test_cli:
@go test -count 1 -p 1 `go list github.com/cosmos/cosmos-sdk/cmd/gaia/cli_test` -tags=cli_test
@go test -count 1 `go list github.com/cosmos/cosmos-sdk/cmd/gaia/cli_test` -tags=cli_test
test_examples:
@go test -count 1 -p 1 `go list github.com/cosmos/cosmos-sdk/docs/examples/basecoin/cli_test` -tags=cli_test