From cbe2f09f4403afd804afc632b1e12d7dea45585b Mon Sep 17 00:00:00 2001 From: Ciprian Hacman Date: Wed, 12 Aug 2020 11:49:09 +0300 Subject: [PATCH] Fix test-windows target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index becd8b714e1cf..6e24aba4cc17b 100644 --- a/Makefile +++ b/Makefile @@ -177,7 +177,7 @@ test: ${BINDATA_TARGETS} # Run tests locally go test -v ./... .PHONY: test-windows -test: ${BINDATA_TARGETS} # Run tests locally +test-windows: ${BINDATA_TARGETS} # Run tests locally go test -v $(go list ./... | grep -v /nodeup/) .PHONY: ${DIST}/linux/amd64/nodeup