added test_nocli for fast non-cli tests

This commit is contained in:
rigelrozanski 2018-04-26 14:20:20 -04:00
parent 514b3fba4e
commit 3a4813ff01
1 changed files with 3 additions and 0 deletions

View File

@ -85,6 +85,9 @@ godocs:
test: test_unit # test_cli
test_nocli:
go test `go list ./... | grep -v github.com/cosmos/cosmos-sdk/cmd/gaia/cli_test`
# Must be run in each package seperately for the visualization
# Added here for easy reference
# coverage: