Also run ASAN tests using release mode as many issue only surface with optimizations on.
This commit is contained in:
parent
0516e27ace
commit
85628ddee6
|
@ -238,6 +238,7 @@ def address_sanitizer(session: nox.Session):
|
|||
"cargo",
|
||||
"+nightly",
|
||||
"test",
|
||||
"--release",
|
||||
"-Zbuild-std",
|
||||
f"--target={_get_rust_target()}",
|
||||
"--",
|
||||
|
|
Loading…
Reference in New Issue