diff --git a/Cargo.toml b/Cargo.toml index a7f446c..45a3330 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,9 +8,15 @@ edition = "2021" [profile.dev] panic = 'abort' +[profile.test] +panic = 'abort' + [profile.dev.package."*"] opt-level = 3 +[profile.test.package."*"] +opt-level = 3 + [dependencies] rand = "0.8.5" glam = { version = "0.27.0", features = ["approx", "fast-math", "rand"] }