ok
All checks were successful
Rust CI / build-test (push) Successful in 1m13s

This commit is contained in:
2026-01-08 14:48:53 +01:00
parent a630415818
commit 909518cec6

View File

@@ -27,11 +27,5 @@ jobs:
target
key: cargo-${{ runner.os }}-${{ hashFiles('**/Cargo.lock') }}
- name: Format (check)
run: cargo +nightly fmt --all -- --check
- name: Clippy
run: cargo +nightly clippy --all-targets --all-features -- -D warnings
- name: Build (release)
run: cargo build --release