Context: The GitHub Actions workflow explicitly excludes the chess crate, leaving the most logic-heavy module completely untested in CI.
Location: .github/workflows/backend.yml
Acceptance Criteria:
- Remove
--exclude chess from the workflow file and ensure it passes cleanly.
Context: The GitHub Actions workflow explicitly excludes the
chesscrate, leaving the most logic-heavy module completely untested in CI.Location:
.github/workflows/backend.ymlAcceptance Criteria:
--exclude chessfrom the workflow file and ensure it passes cleanly.