Title: ⚙️ Add GitHub Actions workflow for build and test
Description
Create a GitHub Actions workflow to automatically:
- build the project
- run tests
- validate compilation
on every push and pull request.
Goals
- Ensure CI reliability
- Catch regressions early
- Establish automation baseline
Requirements
-
Trigger on:
-
Steps:
- checkout repo
- install Rust toolchain
- run:
Acceptance Criteria
Title: ⚙️ Add GitHub Actions workflow for build and test
Description
Create a GitHub Actions workflow to automatically:
on every push and pull request.
Goals
Requirements
Trigger on:
Steps:
cargo build cargo testAcceptance Criteria