Skip to content

Commit 85b1ef2

Browse files
Use tsan binaries for TSAN workflow (#154)
Signed-off-by: cferreiragonz <carlosferreira@eprosima.com>
1 parent 4fde39f commit 85b1ef2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/reusable-workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201
uses: ./src/.github/actions/project_dependencies
202202
with:
203203
os: ubuntu-22.04
204-
cmake_build_type: Release
204+
cmake_build_type: Debug
205205
custom_version_build: ${{ inputs.custom_version_build }}
206206
dependencies_artifact_postfix: ${{ inputs.dependencies_artifact_postfix }}
207207
secret_token: ${{ secrets.GITHUB_TOKEN }}
@@ -234,9 +234,9 @@ jobs:
234234
uses: ./src/.github/actions/project_dependencies
235235
with:
236236
os: ubuntu-22.04
237-
cmake_build_type: Release
237+
cmake_build_type: Debug
238238
custom_version_build: ${{ inputs.custom_version_build }}
239-
dependencies_artifact_postfix: ${{ inputs.dependencies_artifact_postfix }}
239+
dependencies_artifact_postfix: ${{ inputs.dependencies_artifact_postfix }}_tsan
240240
secret_token: ${{ secrets.GITHUB_TOKEN }}
241241

242242
- name: Compile and run tests

0 commit comments

Comments
 (0)