Skip to content

Commit

Permalink
fix install tools
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink committed Mar 7, 2024
1 parent 53f60fc commit f484eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ install-tools:
GO111MODULE=on go install github.com/axw/gocov/gocov@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/[email protected]
GO111MODULE=on go install github.com/vektra/mockery/[email protected];

.PHONY: test
test:
Expand Down

0 comments on commit f484eab

Please sign in to comment.