Skip to content

Commit cfe13bc

Browse files
authored
Fix tsan / asan ci (#492)
Signed-off-by: Raul Sanchez-Mateos <[email protected]>
1 parent 58a36bd commit cfe13bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
workspace_dependencies: install
122122
cmake_build_type: Debug
123123
cmake_args: -DBUILD_TESTS=ON -DASAN_BUILD=ON
124-
ctest_args: --label-exclude "xfail|xasan"
124+
ctest_args: --label-exclude "xfail|xtsan"
125125
test_report_artifact: test_report_asan${{ inputs.dependencies_artifact_postfix }}_${{ inputs.custom_version_build }}
126126

127127

@@ -169,7 +169,7 @@ jobs:
169169
workspace_dependencies: install
170170
cmake_build_type: Debug
171171
cmake_args: -DBUILD_TESTS=ON -DTSAN_BUILD=ON
172-
ctest_args: --label-exclude "xfail|xtsan"
172+
ctest_args: --label-exclude "xfail|xasan"
173173
test_report_artifact: test_report_tsan${{ inputs.dependencies_artifact_postfix }}_${{ inputs.custom_version_build }}
174174

175175
- name: Test Report

0 commit comments

Comments
 (0)