Skip to content

Commit

Permalink
Merge pull request #3126 from ianks/cargo-leak-fix
Browse files Browse the repository at this point in the history
Set `detect_leaks=1` when sanitizing with cargo
  • Loading branch information
kddnewton authored Oct 2, 2024
2 parents e6c0ede + f06ecf4 commit 7cc60a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
strategy:
fail-fast: false
matrix:
sanitizer: [leak, address]
sanitizer: [address]
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
Expand Down

0 comments on commit 7cc60a3

Please sign in to comment.