Skip to content

ci(pr-check): add a Windows cargo-check job - #86

Merged
jwp2987 merged 1 commit into
mainfrom
ci/windows-pr-check
Aug 5, 2026
Merged

ci(pr-check): add a Windows cargo-check job#86
jwp2987 merged 1 commit into
mainfrom
ci/windows-pr-check

Conversation

@jwp2987

@jwp2987 jwp2987 commented Aug 5, 2026

Copy link
Copy Markdown
Owner

Adds a check-windows (windows-latest) job to PR validation so cfg(windows) code paths (PATHEXT, login-item, …) get an early compile signal instead of only building at release-tag time. Same cargo check set as the Linux job (gui + tui + warp_tui).

🤖 Generated with Claude Code

PR validation was Linux-only, so `cfg(windows)` code paths (PATHEXT executable
resolution, upcoming login-item registration, etc.) only compiled at
release-tag time. Add a `check-windows` job (windows-latest) that runs the same
`cargo check` for the app (gui + tui) and warp_tui, giving PRs an early Windows
compile signal.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012gDYSHa4oDvQbfungWwG1h
@jwp2987
jwp2987 merged commit 374754a into main Aug 5, 2026
0 of 2 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