diff --git a/.github/workflows/bionic_postgres10_postgis25.yml b/.github/workflows/bionic_postgres10_postgis25.yml index 65e07a1..9a7c2ee 100644 --- a/.github/workflows/bionic_postgres10_postgis25.yml +++ b/.github/workflows/bionic_postgres10_postgis25.yml @@ -23,3 +23,5 @@ jobs: - name: Error if: ${{ failure() }} run: cat pgsql/regression.diffs + - name: Dump and restore tests + run: .github/scripts/test_dump_restore.sh diff --git a/.github/workflows/bionic_postgres11_postgis25.yml b/.github/workflows/bionic_postgres11_postgis25.yml index e8242a1..fafaaad 100644 --- a/.github/workflows/bionic_postgres11_postgis25.yml +++ b/.github/workflows/bionic_postgres11_postgis25.yml @@ -23,3 +23,5 @@ jobs: - name: Error if: ${{ failure() }} run: cat pgsql/regression.diffs + - name: Dump and restore tests + run: .github/scripts/test_dump_restore.sh