Skip to content

Commit 4fd7cfe

Browse files
committed
Use ASAN_OPTIONS=detect_leaks=1 for all tests
1 parent d40dca1 commit 4fd7cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
unset PYTHONQT_RUN_ONLY_MEMORY_TESTS
8181
fi
8282
PYTHONDEVMODE=1 PYTHONASYNCIODEBUG=1 PYTHONWARNINGS=error PYTHONMALLOC=malloc_debug \
83-
UBSAN_OPTIONS="halt_on_error=1" ASAN_OPTIONS="detect_leaks=0:detect_stack_use_after_return=1:fast_unwind_on_malloc=0" \
83+
UBSAN_OPTIONS="halt_on_error=1" ASAN_OPTIONS="detect_leaks=1:detect_stack_use_after_return=1:fast_unwind_on_malloc=0" \
8484
make check
8585
8686
- name: Generate Wrappers

0 commit comments

Comments
 (0)