Skip to content

Commit

Permalink
Fix tsan / asan ci (#492)
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sanchez-Mateos <[email protected]>
  • Loading branch information
rsanchez15 authored Feb 13, 2025
1 parent 58a36bd commit cfe13bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-ubuntu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}


Expand Down Expand Up @@ -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
Expand Down

0 comments on commit cfe13bc

Please sign in to comment.