Skip to content

Commit

Permalink
CI: enhance ASAN/LSAN memory leak detections (#1074)
Browse files Browse the repository at this point in the history
  • Loading branch information
MamziB authored Feb 11, 2025
1 parent 08e7639 commit 7405dfb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/clang-tidy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
rm -rf /tmp/ucc
- name: Run gtest ASAN
run: |
export ASAN_OPTIONS=fast_unwind_on_malloc=0:detect_leaks=1:print_suppressions=0
export LSAN_OPTIONS=report_objects=1
cd ${GITHUB_WORKSPACE}
ls -la
echo $PWD
Expand Down

0 comments on commit 7405dfb

Please sign in to comment.