Skip to content

ci: run tests on windows-latest#6

Merged
jairoFernandez merged 1 commit into
mainfrom
ci/windows-runner
Jul 19, 2026
Merged

ci: run tests on windows-latest#6
jairoFernandez merged 1 commit into
mainfrom
ci/windows-runner

Conversation

@jairoFernandez

Copy link
Copy Markdown
Owner

Why

Windows shell support (powershell/pwsh/cmd, #[cfg(windows)] blocks in terminal_cmd.rs) landed via #4, but CI matrix only runs ubuntu-latest + macos-latest. Windows code paths were never compiled or tested — regressions there are invisible.

Change

Add windows-latest to the test matrix.

  • Linux dep install stays gated on runner.os == 'Linux' (skips Windows).
  • fail-fast: false already set, so a Windows failure won't cancel other legs.

Windows shell support (powershell/pwsh/cmd) shipped without a Windows
runner, so cfg(windows) paths were never compiled or tested in CI. Add
windows-latest to the matrix.
@jairoFernandez
jairoFernandez merged commit 775f076 into main Jul 19, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant