From feaac2824437e4e6db03ded151b3381cc4485740 Mon Sep 17 00:00:00 2001 From: Ivan Smirnov Date: Mon, 3 Jan 2022 15:13:04 +0300 Subject: [PATCH] Run tests in opt-level=3 mode --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 51261ea..1d329a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,3 +29,6 @@ walkdir = "2.3" [lib] name = "qoi_fast" path = "src/lib.rs" + +[profile.test] +opt-level = 3