Conversation
There was a problem hiding this comment.
Pull request overview
Adds a single GitHub Actions workflow to run Go tests across a matrix of OS runners, replacing the prior per-OS test workflows.
Changes:
- Added a new
go-test.ymlworkflow using an OS matrix (Linux/macOS/Windows). - Consolidated test execution into one job with conditional
-raceusage. - Removed the separate Linux/macOS/Windows test workflows.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
.github/workflows/go-test.yml |
New matrix-based Go test workflow across Linux/macOS/Windows. |
.github/workflows/go-test-windows.yml |
Removed in favor of consolidated matrix workflow. |
.github/workflows/go-test-linux.yml |
Removed in favor of consolidated matrix workflow. |
.github/workflows/go-test-darwin.yml |
Removed in favor of consolidated matrix workflow. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Adds a common workflow to run Go tests with a matrix strategy to ensure cross-platform compatibility. Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
65cc321 to
0d0680d
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
This functionality has been released in v2.1.0 of the plugin. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
1 similar comment
|
This functionality has been released in v2.1.0 of the plugin. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
|
I'm going to lock this pull request because it has been closed for 30 days. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Summary
Adds a common workflow to run Go tests with a matrix strategy to ensure cross-platform compatibility.
Type
fix: Bug Fixfeat: Feature or Enhancementdocs: Documentationrefactor: Refactoringchore: Build, Dependencies, Workflows, etc.other: Other (Please describe.)Breaking Changes?
Tests
Output:
Documentation
Issue References
Release Note
Additional Information