diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38496f2..de5632f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: - uses: Swatinem/rust-cache@v2 with: cache-all-crates: true - key: ${{ runner.os }}-${{ matrix.toolchain }} + shared-key: ${{ runner.os }}-${{ matrix.toolchain }} - run: cargo build --verbose - run: cargo test --verbose - name: Create measurements