diff --git a/Makefile b/Makefile index ef53067..e1721a6 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ test: build jaillover $(GOTEST) -v -coverprofile=$(TMP_DIR)/c.out ./... jaillover: - $(GOGET) $(PROJECTREPO)/testutils/$@ + $(GOINSTALL) -v $(PROJECTREPO)/testutils/$@ race: build $(GOTEST) -race -v ./...