fixup! fixup! fixup! fixup! fixup! fixup! Add CI
All checks were successful
Cargo Build & Test / hem - Formatting (pull_request) Successful in 26s
Cargo Build & Test / hem - Build & Test (pull_request) Successful in 48s

This commit is contained in:
Marcel Müller 2025-06-29 14:12:24 +02:00
parent ef0ccda111
commit 0c921bedc7

View file

@ -38,5 +38,5 @@ jobs:
target target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- run: cargo clippy -- -D warnings - run: cargo clippy -- -D warnings
- run: cargo build --verbose -D warn - run: cargo build --verbose
- run: cargo test --verbose - run: cargo test --verbose