Update release.yml

This commit is contained in:
Alexey
2026-03-21 16:03:54 +03:00
committed by GitHub
parent 6ead8b1922
commit 19b84b9d73

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