Skip to content

Commit 92694de

Browse files
ci: Remove rust-cache custom key
I think this was accidentally committed in #2599
1 parent 0159d3c commit 92694de

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ jobs:
3636
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
3737

3838
- uses: swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # 2.8.0
39-
with:
40-
key: ${{ github.job }}
4139

4240
- name: Run Cargo Tests
4341
run: cargo test --all ${{ matrix.feature-args }}

0 commit comments

Comments
 (0)