We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92cd4de commit aab67ceCopy full SHA for aab67ce
.github/workflows/ci.yml
@@ -60,6 +60,9 @@ jobs:
60
- uses: actions/checkout@v4
61
- name: Set up cargo cache
62
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
63
+ with:
64
+ key: test-${{ matrix.database }}
65
+ save-if: ${{ github.ref == 'refs/heads/main' }}
66
- name: Install PostgreSQL ODBC driver
67
if: matrix.setup_odbc
68
run: sudo apt-get install -y odbc-postgresql
0 commit comments