diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7d608e2c..3945c81b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -43,7 +43,7 @@ jobs: uses: actions/cache/restore@v4 with: path: | - target + target/* !target/tmp key: "${{ matrix.os }}-${{ steps.install_rust.outputs.version }}-${{ hashFiles('**/Cargo.lock') }}" restore-keys: "${{ matrix.os }}-${{ steps.install_rust.outputs.version }}" @@ -57,6 +57,6 @@ jobs: uses: actions/cache/save@v4 with: path: | - target + target/* !target/tmp key: "${{ steps.restore-rust-build-cache.outputs.cache-primary-key }}"