Skip to content

Commit 52aae35

Browse files
committed
Verbose CI debugging
1 parent c84d899 commit 52aae35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tooling.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
export ASAN_OPTIONS=detect_stack_use_after_return=1:detect_leaks=1:check_initialization_order=true:strict_init_order=true:detect_stack_use_after_scope=1:fast_unwind_on_malloc=0
7474
export LSAN_OPTIONS=suppressions="$SOURCEPATH/.github/ci/sanitizer/clang/Leak.supp"
7575
export LD_PRELOAD=/usr/lib/clang/14/lib/linux/libclang_rt.asan-x86_64.so
76-
ctest --test-dir build -E 3b --output-on-failure
76+
LSAN_OPTIONS="verbosity=1:log_threads=1:$LSAN_OPTIONS" ctest --test-dir build -R MPI.8a_benchmark_write_parallel
77+
LSAN_OPTIONS="verbosity=1:log_threads=1:$LSAN_OPTIONS" ctest --test-dir build -E 3b --output-on-failure
7778
export OPENPMD_HDF5_CHUNKS="auto"
7879
ctest --test-dir build -R 3b --output-on-failure

0 commit comments

Comments
 (0)