chore: format files
Some checks failed
Rust / build (push) Has been cancelled

This commit is contained in:
2025-09-18 13:45:53 +03:00
parent f997d19ab1
commit 161362fc1f
7 changed files with 9 additions and 11 deletions

View File

@@ -16,9 +16,8 @@ jobs:
- name: Check formatting
run: cargo fmt -- --check
- name: Build
run: cargo build --verbose
run: cargo build --release
- name: Run tests
run: cargo test --verbose
run: cargo test
- name: Run clippy
run: cargo clippy -- -D warnings