From defdcb85efedb85f3b9aa087c0626c103284f452 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sat, 27 Nov 2021 11:08:11 +0100 Subject: [PATCH] ci: Run IO tests against all postgres versions Resolves #1820. --- .github/workflows/ci.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d043a43ad..a02028163 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -64,6 +64,22 @@ jobs: if: always() run: postgrest-with-postgresql-9.6 postgrest-test-spec + - name: Run the IO tests against PostgreSQL 13 + if: always() + run: postgrest-with-postgresql-13 postgrest-test-io + - name: Run the IO tests against PostgreSQL 12 + if: always() + run: postgrest-with-postgresql-12 postgrest-test-io + - name: Run the IO tests against PostgreSQL 11 + if: always() + run: postgrest-with-postgresql-11 postgrest-test-io + - name: Run the IO tests against PostgreSQL 10 + if: always() + run: postgrest-with-postgresql-10 postgrest-test-io + - name: Run the IO tests against PostgreSQL 9.6 + if: always() + run: postgrest-with-postgresql-9.6 postgrest-test-io + - name: Run query cost tests against all PostgreSQL versions if: always() run: postgrest-with-all postgrest-test-querycost