Enable rust-cache on clippy CI jobs as we do for build CI jobs.
This commit is contained in:
parent
23e764d1ea
commit
0f12d72f7a
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue