Commit 28fe27d
Set fail-fast: false for comprehensive test coverage
Configure matrix strategy to run all OS/Go version combinations regardless
of individual failures. This provides:
- Full visibility into which specific combinations have issues
- Better debugging of platform-specific failures
- Alignment with Go ecosystem best practices (Protocol Labs, vscode-go)
Without this setting, the default fail-fast: true cancels remaining jobs
when any single combination fails, hiding potential platform-specific issues.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 32699af commit 28fe27d
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
0 commit comments