We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54cb201 commit 6655b04Copy full SHA for 6655b04
.github/workflows/full-ci.yml
@@ -18,6 +18,12 @@ env:
18
# GDEXT_FEATURES: '--features crate/feature'
19
# GDEXT_CRATE_ARGS: '-p godot-codegen -p godot-ffi -p godot-core -p godot-macros -p godot'
20
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
27
defaults:
28
run:
29
shell: bash
0 commit comments