fix: ci failing due to memory consumption (#446)

This commit is contained in:
Kevin Davis 2020-04-18 10:20:29 -04:00 committed by GitHub
parent a0c2e4773b
commit 89bad17d96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 -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)