fixup! fixup! fixup! fixup! Add CI
All checks were successful
Cargo Build & Test / hem - Build & Test (push) Successful in 59s
Cargo Build & Test / hem - Build & Test (pull_request) Successful in 57s

This commit is contained in:
Marcel Müller 2025-06-29 13:57:47 +02:00
parent 5ef73995dc
commit fbdefba67f

View file

@ -14,6 +14,6 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Install Rust - name: Install Rust
uses: https://github.com/dtolnay/rust-toolchain@master uses: https://github.com/dtolnay/rust-toolchain@1.88
- run: cargo build --verbose - run: cargo build --verbose
- run: cargo test --verbose - run: cargo test --verbose