diff --git a/hack/test-windows.ps1 b/hack/test-windows.ps1 index 644774aa..22276b93 100755 --- a/hack/test-windows.ps1 +++ b/hack/test-windows.ps1 @@ -20,4 +20,5 @@ ytt version # We only care about exit code ytt -f examples\load-paths -( cd examples/integrating-with-ytt/internal-templating && go test ./... ) \ No newline at end of file +cd examples/integrating-with-ytt/internal-templating +go test ./... \ No newline at end of file