We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c422357 + ac9e501 commit a5a58f1Copy full SHA for a5a58f1
misc/python/materialize/cli/run.py
@@ -338,6 +338,8 @@ def main() -> int:
338
# Common stack overflows in Debug mode
339
if not args.release and not args.optimized:
340
env["RUST_MIN_STACK"] = RUST_MIN_STACK
341
+ # Always enable soft assertions in SLTs for un-redacted debug formatting and additional testing.
342
+ env["MZ_SOFT_ASSERTIONS"] = "1"
343
elif args.program == "test":
344
(build_retcode, _) = _cargo_build(args)
345
if args.build_only:
0 commit comments