fix: run cli tests before module tests

This commit is contained in:
Kevin Davis 2020-04-16 17:05:54 -04:00
parent be5b12d9d7
commit 5ac44ff86e

View File

@ -109,7 +109,7 @@ link-check:
# TODO tidy up cli tests to use same -Enable flag as simulations, or the other way round # TODO tidy up cli tests to use same -Enable flag as simulations, or the other way round
# TODO -mod=readonly ? # TODO -mod=readonly ?
# build dependency needed for cli tests # build dependency needed for cli tests
test-all: build test test-cli test-all: build test-cli test
# basic app tests # basic app tests
@go test ./app -v @go test ./app -v
# basic simulation (seed "2" happens to not unbond all validators before reaching 100 blocks) # basic simulation (seed "2" happens to not unbond all validators before reaching 100 blocks)