Commit 50519cc
Adds windows-latest to the test job matrix alongside ubuntu and macos.
Two small supporting changes:
- fail-fast: false so a Windows-only failure doesn't kill the unix runs
while we shake out platform-specific quirks.
- defaults.run.shell: bash so make build and the bash-driven smoke test
run consistently across all three OSes (Git Bash provides bash on
windows-latest by default).
Verified locally on Windows: make build produces a runnable binary
named "skern", and bash scripts/smoke_test.sh ./skern passes 57/57.
The smoke test already has a USERPROFILE/HOME bridge for Git Bash
(scripts/smoke_test.sh:130) so no script changes are needed.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 4de9178 commit 50519cc
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | | - | |
| 14 | + | |
14 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
15 | 19 | | |
16 | 20 | | |
17 | 21 | | |
| |||
0 commit comments