Merge #3149
3149: Enable rust-cache on clippy CI jobs as we do for build CI jobs. r=davidhewitt a=adamreichold Not sure if there was a reason we did not enable this for the Clippy jobs? Co-authored-by: Adam Reichold <adam.reichold@t-online.de>
This commit is contained in:
commit
77b3496f26
|
@ -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