From 228fa25762a9fefc6be3233221a1cb699e853b73 Mon Sep 17 00:00:00 2001 From: strtgbb <146047128+strtgbb@users.noreply.github.com> Date: Fri, 21 Aug 2026 10:36:59 -0400 Subject: [PATCH] Enable asan and ubsan jobs 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 d13622daa007..afb473bc97d1 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -26,10 +26,10 @@ - [ ] Stateful tests - [ ] Performance tests - [x] Aarch64 tests -- [x] All with ASAN +- [ ] All with ASAN - [x] All with TSAN - [x] All with MSAN -- [x] All with UBSAN +- [ ] All with UBSAN - [x] All with Coverage - [ ] All Regression - [ ] Disable CI Cache