Skip to content

Commit

Permalink
Enable reporting memory leaks when running sanitizers (nanocurrency#4769
Browse files Browse the repository at this point in the history
)
  • Loading branch information
pwojcikdev authored Oct 27, 2024
1 parent bdf4668 commit 47539ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code_sanitizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- { name: ASAN, ignore_errors: false, leak_check: false }
- { name: ASAN_INT, ignore_errors: true, leak_check: false }
- { name: TSAN, ignore_errors: false }
- { name: LEAK, ignore_errors: true, leak_check: true }
- { name: LEAK, ignore_errors: false, leak_check: true }
exclude:
# Bug when running with TSAN: "ThreadSanitizer: CHECK failed: sanitizer_deadlock_detector"
- BACKEND: rocksdb
Expand Down

0 comments on commit 47539ac

Please sign in to comment.