From 9401072bf043c3392d14e124ab73637dc699f449 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Fri, 10 Jan 2025 17:14:58 -0500 Subject: [PATCH] Add postgres to the consistency tests to generate consistent test names --- .github/workflows/build-test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index f480da9e66..ad3d15334f 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -186,6 +186,7 @@ jobs: strategy: fail-fast: false matrix: + datastore: ["postgres"] pgversion: ["13.8", "14", "15", "16", "17"] steps: - uses: "actions/checkout@v4"