--- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,9 @@ "cmds/jrsonnet" ] +[profile.test] +opt-level = 1 + [profile.release] opt-level = 3 lto = "fat"