Skip to content

Commit 00a4b9f

Browse files
committed
dont halt
1 parent 9504a53 commit 00a4b9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/asan.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jobs:
8383
working-directory: quaddtype
8484
run: |
8585
# pass -s to pytest to see ASAN errors and warnings, otherwise pytest captures them
86+
# Note: UBSAN halt_on_error=0 because NumPy has some UBSAN issues that would abort tests
8687
ASAN_OPTIONS=detect_leaks=0:symbolize=1:strict_init_order=true:allocator_may_return_null=1 \
87-
UBSAN_OPTIONS=halt_on_error=1 \
88+
UBSAN_OPTIONS=halt_on_error=0 \
8889
pytest -vvv -s --color=yes --timeout=600 --durations=10

0 commit comments

Comments
 (0)