From 5ac44ff86e2c54c387f7b65ba73177bf5f7936ab Mon Sep 17 00:00:00 2001 From: Kevin Davis Date: Thu, 16 Apr 2020 17:05:54 -0400 Subject: [PATCH] fix: run cli tests before module tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6a4624e9..ab532ba0 100644 --- a/Makefile +++ b/Makefile @@ -109,7 +109,7 @@ link-check: # TODO tidy up cli tests to use same -Enable flag as simulations, or the other way round # TODO -mod=readonly ? # build dependency needed for cli tests -test-all: build test test-cli +test-all: build test-cli test # basic app tests @go test ./app -v # basic simulation (seed "2" happens to not unbond all validators before reaching 100 blocks)