From 8eb3f6f862bb08d11e6b13c63805f86cc32ab24b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej=20Stuczy=C5=84ski?= Date: Wed, 4 May 2022 09:54:18 +0100 Subject: [PATCH] Changed opt-level for test code to speed up especially dkg tests --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) 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"