From 59cf9cf799e5f20ac2de06aceb53f41fe6a92637 Mon Sep 17 00:00:00 2001 From: Abhijeet Patil Date: Wed, 17 Jan 2024 16:16:51 +0000 Subject: [PATCH] also building release builds --- .github/workflows/build_and_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index a0ae071063..884ef7c442 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -190,7 +190,7 @@ jobs: strategy: fail-fast: false matrix: - build_type: [ debug ] + build_type: [ debug, release ] env: BUILD_TYPE: ${{ matrix.build_type }} GIT_VERSION: ${{ github.event.pull_request.head.sha || github.sha }} @@ -436,7 +436,7 @@ jobs: strategy: fail-fast: false matrix: - build_type: [ debug ] + build_type: [ debug, release ] pg_version: [ v14, v15, v16 ] env: BUILD_TYPE: ${{ matrix.build_type }}