Skip to content

Commit 8abc3d8

Browse files
Use 'Debug' binaries for TSAN tests (#509)
* Refs #21670: Use Debug binaries for TSAN tests Signed-off-by: cferreiragonz <[email protected]> * Refs #21670: Use TSAN binary for TSAN Signed-off-by: cferreiragonz <[email protected]> * Refs #21670: Use Debug for ASAN too Signed-off-by: cferreiragonz <[email protected]> --------- Signed-off-by: cferreiragonz <[email protected]>
1 parent 63cb664 commit 8abc3d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
uses: ./src/.github/actions/project_dependencies
109109
with:
110110
os: ubuntu-22.04
111-
cmake_build_type: Release
111+
cmake_build_type: Debug
112112
custom_version_build: ${{ inputs.custom_version_build }}
113113
dependencies_artifact_postfix: ${{ inputs.dependencies_artifact_postfix }}
114114
secret_token: ${{ secrets.GITHUB_TOKEN }}
@@ -151,9 +151,9 @@ 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 }}
156-
dependencies_artifact_postfix: ${{ inputs.dependencies_artifact_postfix }}
156+
dependencies_artifact_postfix: ${{ inputs.dependencies_artifact_postfix }}_tsan
157157
secret_token: ${{ secrets.GITHUB_TOKEN }}
158158

159159
- name: Compile and run tests

0 commit comments

Comments
 (0)