From 9428615c4969d0a7210144d2e9601fb24fa72560 Mon Sep 17 00:00:00 2001 From: Alessio Treglia Date: Wed, 20 Nov 2019 10:42:02 +0100 Subject: [PATCH] Run tests with passwordless keyring (#5332) --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 8d947640f7..f02d60c893 100644 --- a/Makefile +++ b/Makefile @@ -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