From b9d7c564d32b62149c4d22da0d81b7791daf39c4 Mon Sep 17 00:00:00 2001 From: strtgbb <146047128+strtgbb@users.noreply.github.com> Date: Fri, 6 Mar 2026 10:12:10 -0500 Subject: [PATCH] enable asan by default --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 2f8aeb2224da..da3da1eb012d 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -31,7 +31,7 @@ tests/ci/cancel_and_rerun_workflow_lambda/app.py - [ ] Stateless tests - [ ] Stateful tests - [ ] Performance tests -- [x] All with ASAN +- [ ] All with ASAN - [x] All with TSAN - [x] All with MSAN - [x] All with UBSAN @@ -52,4 +52,4 @@ tests/ci/cancel_and_rerun_workflow_lambda/app.py - [ ] RBAC (1.5h) - [ ] SSL Server (1h) - [ ] S3 (2h) -- [ ] Tiered Storage (2h) \ No newline at end of file +- [ ] Tiered Storage (2h)