Our CI runs tests in RELEASE, since that's what we release to users. However, we have various additional DEBUG-only checks and asserts in the codebase, and it's important these get evaluated in CI as well.
We can add an additional build for DEBUG, or maybe leave Helix in Release and make the non-Helix build run in DEBUG?