Skip to content

Commit

Permalink
ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
Yun committed Nov 20, 2019
1 parent 18d8b0b commit d817b5d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions contrib/devtools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/[email protected])
Expand Down

0 comments on commit d817b5d

Please sign in to comment.