diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47625c5d..4a2adb79 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,6 +60,9 @@ jobs: - uses: actions/checkout@v4 - name: Set up cargo cache uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 + with: + key: test-${{ matrix.database }} + save-if: ${{ github.ref == 'refs/heads/main' }} - name: Install PostgreSQL ODBC driver if: matrix.setup_odbc run: sudo apt-get install -y odbc-postgresql