also building release builds

This commit is contained in:
Abhijeet Patil
2024-01-19 11:32:26 +00:00
parent 3c143976bb
commit 59cf9cf799
+2 -2
View File
@@ -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 }}