Merge pull request #522 from telemt/workflow

Update release.yml
This commit is contained in:
Alexey 2026-03-21 16:04:56 +03:00 committed by GitHub
commit 3055637571
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ jobs:
- name: Clippy
shell: bash
run: cargo clippy --workspace --lib --bins --locked -- -D warnings
run: cargo clippy --workspace --bins --locked -- -D warnings
- name: Tests
shell: bash