Also run ASAN tests using release mode as many issue only surface with optimizations on.

This commit is contained in:
Adam Reichold 2022-10-30 09:59:36 +01:00
parent 0516e27ace
commit 85628ddee6
1 changed files with 1 additions and 0 deletions

View File

@ -238,6 +238,7 @@ def address_sanitizer(session: nox.Session):
"cargo",
"+nightly",
"test",
"--release",
"-Zbuild-std",
f"--target={_get_rust_target()}",
"--",