ci: Run sanitizers on release builds too (#7527)

This commit is contained in:
Ayaz Salikhov
2026-06-11 13:59:22 +01:00
committed by GitHub
parent 09c36d066e
commit cee157485e

View File

@@ -10,7 +10,7 @@
{
"compiler": ["gcc", "clang"],
"build_type": ["Debug"],
"build_type": ["Debug", "Release"],
"arch": ["amd64"],
"sanitizers": ["address", "undefinedbehavior"]
},