Skip to content

Commit

Permalink
Merge branch 'trunk' into dev/lopopolo-purge-markdown-link-check
Browse files Browse the repository at this point in the history
  • Loading branch information
lopopolo committed Dec 24, 2024
2 parents 0ca7f6c + 51a0fbb commit c5d0082
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 c5d0082

Please sign in to comment.