From d817b5dee19add0d1cbf2fa1d8a880169e78e522 Mon Sep 17 00:00:00 2001 From: Yun Date: Wed, 20 Nov 2019 12:21:53 +0900 Subject: [PATCH] ci test --- contrib/devtools/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/contrib/devtools/Makefile b/contrib/devtools/Makefile index 7e8c8056b..e0f957556 100644 --- a/contrib/devtools/Makefile +++ b/contrib/devtools/Makefile @@ -47,7 +47,9 @@ RUNSIM = $(TOOLS_DESTDIR)/runsim all: tools -tools: statik runsim golangci-lint +tools: tools-stamp +tools-stamp: $(RUNSIM) + touch $@ golangci-lint: $(GOLANGCI_LINT) $(GOLANGCI_LINT): $(mkfile_dir)/install-golangci-lint.sh @@ -69,7 +71,6 @@ $(STATIK): # go.{mod, sum} files. # # ref: https://github.com/golang/go/issues/30515 -runsim: $(RUNSIM) $(RUNSIM): @echo "Installing runsim..." @(cd /tmp && go get github.com/cosmos/tools/cmd/runsim@v1.0.0)