We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5d90a5 commit a7592caCopy full SHA for a7592ca
Makefile
@@ -51,6 +51,7 @@ install-all: install install-tools # Install everything for and of this reposito
51
.PHONY: install-all
52
53
install-tools: # Install tools that are required for running the evaluation.
54
+ go install -v gotest.tools/[email protected]
55
eval-dev-quality install-tools $(if $(ARGS), --install-tools-path $(word 1,$(ARGS)))
56
.PHONY: install-tools
57
0 commit comments