mirror of https://github.com/kubernetes/kops.git
Fix test-windows target
This commit is contained in:
parent
a25da6df0b
commit
cbe2f09f44
2
Makefile
2
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue