Run tests with passwordless keyring (#5332)

This commit is contained in:
Alessio Treglia 2019-11-20 10:42:02 +01:00 committed by Federico Kunze
parent 43f011865d
commit 9428615c49
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ SIMAPP = ./simapp
MOCKS_DIR = $(CURDIR)/tests/mocks
export GO111MODULE = on
export COSMOS_SDK_TEST_KEYRING = y
all: tools build lint test