Skip to content

Commit 9cbbb97

Browse files
authored
Disable LeakSanitizer in CI
See: - rust-lang/rust#111073
1 parent 18a2e99 commit 9cbbb97

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,8 @@ jobs:
151151
target: ${{ matrix.target }}
152152

153153
- name: Test with leak sanitizer and all features
154+
# LeakSanitzier is broken: https://github.com/rust-lang/rust/issues/111073
155+
if: false
154156
run: cargo test --all-features --target ${{ matrix.target }}
155157
env:
156158
RUSTFLAGS: "-Z sanitizer=leak"

0 commit comments

Comments
 (0)