ci: add 'clippy' component to test workflow

This commit is contained in:
2025-07-28 17:28:47 -05:00
parent c9bcf32381
commit d18b414536

View File

@@ -19,6 +19,7 @@ jobs:
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ env.RUST_TOOLCHAIN }}
components: clippy
- name: Rust Cache
uses: Swatinem/rust-cache@v2