Skip to content

Commit 24f64ce

Browse files
committed
Refs #21670: Use Debug binaries for TSAN tests
Signed-off-by: cferreiragonz <carlosferreira@eprosima.com>
1 parent c9af88c commit 24f64ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-ubuntu-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
uses: ./src/.github/actions/project_dependencies
152152
with:
153153
os: ubuntu-22.04
154-
cmake_build_type: Release
154+
cmake_build_type: Debug
155155
custom_version_build: ${{ inputs.custom_version_build }}
156156
dependencies_artifact_postfix: ${{ inputs.dependencies_artifact_postfix }}
157157
secret_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)