Skip to content

Commit

Permalink
ci: Run IO tests against all postgres versions
Browse files Browse the repository at this point in the history
Resolves #1820.
  • Loading branch information
wolfgangwalther authored and steve-chavez committed Nov 27, 2021
1 parent 94115ff commit defdcb8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit defdcb8

Please sign in to comment.