Update rust.yml

This commit is contained in:
Alexey 2025-12-31 06:04:56 +03:00 committed by GitHub
parent 7d9a8b99b4
commit df4f312fec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions

View File

@ -37,8 +37,5 @@ jobs:
- name: Build Release
run: cargo build --release --verbose
- name: Run Tests
run: cargo test --verbose
- name: Check for unused dependencies
run: cargo udeps || true