ok test
Some checks failed
Rust CI / build-test (push) Failing after 1m7s

This commit is contained in:
2026-01-08 14:47:14 +01:00
parent d2ca118eb8
commit a630415818

View File

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