diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index abade44..6b92977 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: lfc_state: [with-lfc,without-lfc] steps: - name: Show vars - continue-on-error: ${{ matrix.lfc_state == 'with-lfc' && matrix.build-type == 'debug' }} + continue-on-error: true run: | echo pg_version: $PG_VERSION echo build_type: $BUILD_TYPE