From f5928a48b5105d471d69e6d2b0d7e5c0d13aceef Mon Sep 17 00:00:00 2001 From: Blottiere Paul Date: Mon, 28 Feb 2022 20:57:23 +0100 Subject: [PATCH] Add more test --- .github/workflows/bionic_postgres10_postgis25.yml | 2 ++ .github/workflows/bionic_postgres11_postgis25.yml | 2 ++ 2 files changed, 4 insertions(+) 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