File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments