diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b92ca41a..57a3629a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,6 +74,8 @@ jobs: override: true target: ${{ matrix.target }} - uses: Swatinem/rust-cache@v1 + with: + key: ${{ matrix.target }} - uses: actions-rs/cargo@v1 with: command: test