We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 827a476 commit 9f8c8afCopy full SHA for 9f8c8af
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/gotestsum@v1.12.1
55
eval-dev-quality install-tools $(if $(ARGS), --install-tools-path $(word 1,$(ARGS)))
56
.PHONY: install-tools
57
0 commit comments