Skip to content

Commit

Permalink
Merge pull request #291 from artichoke/lopopolo-patch-1
Browse files Browse the repository at this point in the history
Disable LeakSanitizer in CI
  • Loading branch information
lopopolo authored Dec 24, 2024
2 parents 18a2e99 + 9cbbb97 commit 51a0fbb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ jobs:
target: ${{ matrix.target }}

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

0 comments on commit 51a0fbb

Please sign in to comment.