mirror of
https://github.com/MSWS/Chess.git
synced 2025-12-05 21:30:23 -08:00
c25416305e53d2ae6f7fcc447050e8ec1943a4f8
- Update `.github/workflows/go.yml` to improve test workflow by installing `go-junit-report`, splitting test steps, and switching test results to XML format [.github/workflows/go.yml] - Updated the workflow to install dependencies using `go-junit-report`. - Replaced the "Run Tests with Coverage" step with separate steps for running tests, generating a JUnit report, and handling test results. - Test result format changed from JSON to XML for publishing.
Description
Languages
Go
100%