diff --git a/.github/workflows/server-tests.yml b/.github/workflows/server-tests.yml index 78e8d7b0d6..deb4a0fa7a 100644 --- a/.github/workflows/server-tests.yml +++ b/.github/workflows/server-tests.yml @@ -44,7 +44,7 @@ jobs: name: Tests uses: ./.github/workflows/_base-server-tests.yml with: - enable-sqlite: true # This will test against both MariaDB and PostgreSQL + enable-sqlite: false # This will test against both MariaDB and SQLite if enabled parallel-runs: 2 enable-coverage: ${{ github.event_name != 'pull_request' }} fake-success: ${{ needs.checkrun.outputs.build != 'strawberry' }}