diff --git a/.github/workflows/reusable-ubuntu-ci.yml b/.github/workflows/reusable-ubuntu-ci.yml index fe57eb2a6..2dfbcec6e 100644 --- a/.github/workflows/reusable-ubuntu-ci.yml +++ b/.github/workflows/reusable-ubuntu-ci.yml @@ -121,7 +121,7 @@ jobs: workspace_dependencies: install cmake_build_type: Debug cmake_args: -DBUILD_TESTS=ON -DASAN_BUILD=ON - ctest_args: --label-exclude "xfail|xasan" + ctest_args: --label-exclude "xfail|xtsan" test_report_artifact: test_report_asan${{ inputs.dependencies_artifact_postfix }}_${{ inputs.custom_version_build }} @@ -169,7 +169,7 @@ jobs: workspace_dependencies: install cmake_build_type: Debug cmake_args: -DBUILD_TESTS=ON -DTSAN_BUILD=ON - ctest_args: --label-exclude "xfail|xtsan" + ctest_args: --label-exclude "xfail|xasan" test_report_artifact: test_report_tsan${{ inputs.dependencies_artifact_postfix }}_${{ inputs.custom_version_build }} - name: Test Report