aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
Commit message (Collapse)AuthorAgeFilesLines
* Add GitHub Actions workflow for Rust testingdiogo4642025-06-231-0/+43
- Runs tests on push and pull requests to main branch - Includes formatting check, clippy linting, build, and test steps - Uses cargo caching for improved performance 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>