Fix test-windows target

This commit is contained in:
Ciprian Hacman 2020-08-12 11:49:09 +03:00
parent a25da6df0b
commit cbe2f09f44
1 changed files with 1 additions and 1 deletions

View File

@ -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