ci: Run IO tests against all postgres versions

Resolves #1820.
This commit is contained in:
Wolfgang Walther
2022-06-03 22:19:16 -05:00
committed by Steve Chavez
parent 0d99789938
commit d8f03e37ae
+16
View File
@@ -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