Skip to content

Commit

Permalink
Merge pull request #1314 from onflow/bastian/fix-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent authored Dec 19, 2023
2 parents 8c9c6a8 + 30899f2 commit 4044bee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ install-tools:
cd ${GOPATH}; \
mkdir -p ${GOPATH}; \
GO111MODULE=on go install github.com/axw/gocov/gocov@latest; \
GO111MODULE=on go install github.com/matm/gocov-html@latest; \
GO111MODULE=on go install github.com/matm/gocov-html/cmd/gocov-html@latest; \
GO111MODULE=on go install github.com/sanderhahn/gozip/cmd/gozip@latest; \
GO111MODULE=on go install github.com/vektra/mockery/v2@latest;
GO111MODULE=on go install github.com/vektra/mockery/v2@v2.38.0;

.PHONY: test
test:
Expand Down Expand Up @@ -113,4 +113,4 @@ generate-schema:
.PHONY: generate
generate: install-tools
cd flowkit; \
go generate ./...
go generate ./...

0 comments on commit 4044bee

Please sign in to comment.