diff --git a/Cargo.toml b/Cargo.toml index 53484aca00..481fb11321 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,9 @@ overflow-checks = true [profile.dev] panic = "abort" +[profile.test] +opt-level = 2 + [workspace] resolver = "2"