From 85628ddee621dc2c5b41ba6548293e2c0fde5b6c Mon Sep 17 00:00:00 2001 From: Adam Reichold Date: Sun, 30 Oct 2022 09:59:36 +0100 Subject: [PATCH] Also run ASAN tests using release mode as many issue only surface with optimizations on. --- noxfile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/noxfile.py b/noxfile.py index 7844b984..ae26becd 100644 --- a/noxfile.py +++ b/noxfile.py @@ -238,6 +238,7 @@ def address_sanitizer(session: nox.Session): "cargo", "+nightly", "test", + "--release", "-Zbuild-std", f"--target={_get_rust_target()}", "--",