From a64797e2c06d714a0bfd54e1cd2ad791ee76c3cd Mon Sep 17 00:00:00 2001 From: Niklas Mischkulnig <4586894+mischnic@users.noreply.github.com> Date: Wed, 16 Apr 2025 11:40:07 +0200 Subject: [PATCH] Run tests with debug assertions --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 0da74756526e..a50915e09733 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,6 +36,7 @@ opt-level = 1 opt-level = 3 [profile.release] +debug-assertions = true [profile.release.package]