Describe the bug
Some tests fail on Windows machines, because tests expect linux-style path separators.
It might a good idea to add a Windows-image to your GitHub Actions Tests workflow.
To Reproduce
Steps to reproduce the behavior:
- Run
go test ./... in module root.
Expected behavior
All tests pass on Windows machines
Describe the bug
Some tests fail on Windows machines, because tests expect linux-style path separators.
It might a good idea to add a Windows-image to your GitHub Actions Tests workflow.
To Reproduce
Steps to reproduce the behavior:
go test ./...in module root.Expected behavior
All tests pass on Windows machines