From 8858abf2e7854d64bd58caf01051336f0092a00d Mon Sep 17 00:00:00 2001 From: sword-smith Date: Sat, 12 Oct 2024 23:32:08 +0200 Subject: [PATCH] devops: `opt-level=3` for test profile Cf. #204. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 0147aa6f..a1b75f35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -115,6 +115,7 @@ overflow-checks = false # that should run with `opt-level=3` set. [profile.test] build-override.opt-level = 3 +opt-level = 3 # Set to make execution of tests in this crate faster. Cf: https://github.com/Neptune-Crypto/neptune-core/issues/204 [profile.release] build-override.opt-level = 3