Skip to content

Commit 6655b04

Browse files
committed
CI: report individual objects in LeakSanitizer
1 parent 54cb201 commit 6655b04

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/full-ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ env:
1818
# GDEXT_FEATURES: '--features crate/feature'
1919
# GDEXT_CRATE_ARGS: '-p godot-codegen -p godot-ffi -p godot-core -p godot-macros -p godot'
2020

21+
# LSan options: https://github.com/google/sanitizers/wiki/AddressSanitizerLeakSanitizer
22+
# * report_objects: list individual leaked objects when running LeakSanitizer
23+
LSAN_OPTIONS: report_objects=1
24+
25+
# ASan options: https://github.com/google/sanitizers/wiki/AddressSanitizerFlags
26+
2127
defaults:
2228
run:
2329
shell: bash

0 commit comments

Comments
 (0)