diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38496f2..520eaa8 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 }} + prefix-key: ${{ runner.os }}-${{ matrix.toolchain }} - run: cargo build --verbose - run: cargo test --verbose - name: Create measurements