diff --git a/.github/workflows/code_sanitizers.yml b/.github/workflows/code_sanitizers.yml index 1a6ae97b7f..9e9e7d6cda 100644 --- a/.github/workflows/code_sanitizers.yml +++ b/.github/workflows/code_sanitizers.yml @@ -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