Skip to content

⚙️ Add GitHub Actions workflow for build and test #44

@szmyty

Description

@szmyty

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

  • Create workflow:
.github/workflows/ci.yml
  • Trigger on:

    • push
    • pull_request
  • Steps:

    • checkout repo
    • install Rust toolchain
    • run:
cargo build
cargo test

Acceptance Criteria

  • CI runs on push and PR
  • Build completes successfully
  • Tests execute and pass
  • Workflow is clean and readable

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions