Skip to content

Commit

Permalink
changed TSAN_OPTIONS
Browse files Browse the repository at this point in the history
  • Loading branch information
mryzhov committed Oct 5, 2024
1 parent 457fce3 commit 3efc90b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux_sanitizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ jobs:
INSTALL_DIR: ${{ github.workspace }}/install
INSTALL_TEST_DIR: ${{ github.workspace }}/install/tests
TBB_ENABLE_SANITIZERS: 1
TSAN_OPTIONS: "suppressions=/__w/openvino/openvino/openvino/tests/sanitizers/tsan/suppressions.txt,report_suppressions=1"
TSAN_OPTIONS: suppressions=${GITHUB_WORKSPACE}/openvino/tests/sanitizers/tsan/suppressions.txt,report_suppressions=1

steps:
- name: Download OpenVINO package
Expand Down

0 comments on commit 3efc90b

Please sign in to comment.