Skip to content

Commit bd1c7dc

Browse files
committed
Enable ThreadSanitizer error halt option
Enable ThreadSanitizer error halt option to make TSAN report more readable.
1 parent 290b363 commit bd1c7dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
env:
155155
CT2_USE_MKL: 1
156156
run: |
157-
tests/ctranslate2_test tests/data
157+
TSAN_OPTIONS=halt_on_error=1 tests/ctranslate2_test tests/data
158158
159159
build-and-test-cpp-arm64:
160160
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)