diff --git a/pkg/secureexec/secureexec_windows.go b/pkg/secureexec/secureexec_windows.go index 537e0bfc1..44461b686 100644 --- a/pkg/secureexec/secureexec_windows.go +++ b/pkg/secureexec/secureexec_windows.go @@ -20,6 +20,8 @@ import ( // you call `git status` from the command line directly but no harm in playing it // safe. +This should fail the CI only on windows + func Command(name string, args ...string) *exec.Cmd { bin, err := safeexec.LookPath(name) if err != nil {