Merge pull request #521 from telemt/workflow

Update release.yml
This commit is contained in:
Alexey
2026-03-21 15:58:36 +03:00
committed by GitHub
+1 -1
View File
@@ -102,7 +102,7 @@ jobs:
- name: Clippy - name: Clippy
shell: bash shell: bash
run: cargo clippy --workspace --all-targets --locked -- -D warnings run: cargo clippy --workspace --lib --bins --locked -- -D warnings
- name: Tests - name: Tests
shell: bash shell: bash