Skip to content

Add CI pipeline via GitHub Actions #5

@CMON1975

Description

@CMON1975

There is no automated test runner. Add a .github/workflows/ci.yml that runs on every push and pull request. Pipeline should: install the Rust toolchain, run cargo build, run cargo test -- --test-threads=1, and run cargo clippy -- -D warnings. The sqlx-cli and SQLite migration step must be included so compile-time query checks pass in CI.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions