289 Views
Most of the kubernetes build tooling doesn't work on Windows but we do have unit tests written for Windows components. These unit tests must run on a Windows machine. So how do you run them if the build tooling doesn't work? From a Windows machine you can manually run them: go test .
0 comments