Optimize test builds

This commit is contained in:
Matthew Gordon 2025-11-15 19:56:40 -04:00
parent 1934af8b72
commit 996920e07f
1 changed files with 5 additions and 0 deletions

View File

@ -7,3 +7,8 @@ edition = "2024"
ntest = "0.9.3" ntest = "0.9.3"
rand = {version="0.9.2", features=["small_rng", "alloc"]} rand = {version="0.9.2", features=["small_rng", "alloc"]}
tempfile = "3.23.0" tempfile = "3.23.0"
[profile.test]
opt-level = 3
lto = "fat"
codegen-units = 1