Enable rust-cache on clippy CI jobs as we do for build CI jobs.

This commit is contained in:
Adam Reichold 2023-05-09 22:05:57 +02:00
parent 23e764d1ea
commit 0f12d72f7a
1 changed files with 4 additions and 0 deletions

View File

@ -101,6 +101,10 @@ jobs:
- uses: actions/setup-python@v4
with:
architecture: ${{ matrix.platform.python-architecture }}
- uses: Swatinem/rust-cache@v2
with:
key: clippy-${{ matrix.platform.rust-target }}-${{ matrix.os }}-${{ matrix.rust }}
continue-on-error: true
- run: python -m pip install --upgrade pip && pip install nox
- if: matrix.msrv == 'MSRV'
name: Prepare minimal package versions (MSRV only)