Skip to content

Commit be317d9

Browse files
cursoragentlovasoa
andcommitted
Refactor: Use matrix-specific cache key in CI
Co-authored-by: contact <[email protected]>
1 parent fa6217c commit be317d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Set up cargo cache
6262
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
6363
with:
64-
shared-key: test-matrix
64+
key: test-${{ matrix.database }}
6565
- name: Install PostgreSQL ODBC driver
6666
if: matrix.setup_odbc
6767
run: sudo apt-get install -y odbc-postgresql

0 commit comments

Comments
 (0)