From 40e8f10e5e3ef9c14d098fc1add9109549189fbb Mon Sep 17 00:00:00 2001 From: Daniel Szoke Date: Tue, 15 Jul 2025 14:42:06 +0200 Subject: [PATCH] ci: Remove `rust-cache` custom key I think this was accidentally committed in #2599 --- .github/workflows/test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8a9b161ec2..414184a797 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,8 +38,6 @@ jobs: - name: Cache Dependencies uses: swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # 2.8.0 - with: - key: ${{ github.job }} - name: Run Cargo Tests run: cargo test --all ${{ matrix.feature-args }}