tests: enable vectored get only in regress tests

This commit is contained in:
Vlad Lazar
2024-02-02 14:36:04 +00:00
parent c67dfad1e0
commit 02f1b7905f
3 changed files with 12 additions and 0 deletions

View File

@@ -472,6 +472,7 @@ jobs:
CHECK_ONDISK_DATA_COMPATIBILITY: nonempty
BUILD_TAG: ${{ needs.tag.outputs.build-tag }}
PAGESERVER_VIRTUAL_FILE_IO_ENGINE: std-fs
PAGESERVER_GET_VECTORED_IMPL: vectored
- name: Merge and upload coverage data
if: matrix.build_type == 'debug' && matrix.pg_version == 'v14'