CI is failing (silently) on Windows #1382
Labels
area: ci
PR that update CI
bug
Something isn't working
platform: windows
Issue that is related to Windows
I'm not sure how related to the other Windows issues this is, but the Windows CI seems to be consistently failing (the errors are being ignored so it always shows the "passing" status). You can see the error here: https://github.com/golangci/golangci-lint/runs/1141826954 after I removed the option to stop ignoring errors.
To repro it's simple:
continue-on-error: true
from thetests-on-windows
job in.github/workflow/pr.yml
The error seems to be related to gofmt and might be related to #580. I don't have a Windows machine, so I'd rather let this to Windows people to figure it out.
The text was updated successfully, but these errors were encountered: