chore: linting

This commit is contained in:
zhom
2026-01-03 14:26:44 +04:00
parent fba0e1ca71
commit 7544c11197
80 changed files with 15102 additions and 169 deletions
+5 -2
View File
@@ -140,10 +140,13 @@ jobs:
run: cargo clippy --all-targets --all-features -- -D warnings -D clippy::all
working-directory: src-tauri
- name: Run Rust tests
run: cargo test
- name: Run Rust unit tests
run: cargo test --lib && cargo test --test donut_proxy_integration
working-directory: src-tauri
- name: Run Rust sync e2e tests
run: node scripts/sync-test-harness.mjs
- name: Run cargo audit security check
run: cargo audit
working-directory: src-tauri