diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 38c28c9..2c2d7fc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -91,7 +91,7 @@ jobs: env: RUSTFLAGS: -Zsanitizer=address RUSTDOCFLAGS: -Zsanitizer=address - ASAN_OPTIONS: 'detect_stack_use_after_return=1' + ASAN_OPTIONS: 'detect_stack_use_after_return=1:detect_leaks=0' # Work around https://github.com/rust-lang/rust/issues/59125 by # disabling backtraces. In an ideal world we'd probably suppress the # leak sanitization, but we don't care about backtraces here, so long