Commit 4e941c9
test(golang): gate unix-only go e2e suites with cfg(unix) for Windows CI
e2e_golang_redirect.rs and e2e_golang_build.rs use std::os::unix permissions
(matching the cargo e2e suites, which are also #[cfg(unix)]); without the gate
they fail to compile on test (windows-latest). setup_go_roundtrip.rs stays
cross-platform (pure std::fs) for Windows setup-wiring coverage.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 33aa071 commit 4e941c9
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments