Skip to content

Commit a7592ca

Browse files
committed
Explicitly install "gotestsum" as eval-dev-quality tool
1 parent c5d90a5 commit a7592ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ install-all: install install-tools # Install everything for and of this reposito
5151
.PHONY: install-all
5252

5353
install-tools: # Install tools that are required for running the evaluation.
54+
go install -v gotest.tools/[email protected]
5455
eval-dev-quality install-tools $(if $(ARGS), --install-tools-path $(word 1,$(ARGS)))
5556
.PHONY: install-tools
5657

0 commit comments

Comments
 (0)