From 89bad17d9613d8b166eabedf8a1b1326ee3d0ba3 Mon Sep 17 00:00:00 2001 From: Kevin Davis Date: Sat, 18 Apr 2020 10:20:29 -0400 Subject: [PATCH] fix: ci failing due to memory consumption (#446) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ab532ba0..b0f77847 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-cli test +test-all: build # basic app tests @go test ./app -v # basic simulation (seed "2" happens to not unbond all validators before reaching 100 blocks)