Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit d7d060a

Browse files
committed
Build test dependencies with optimization
1 parent 2a3b8ad commit d7d060a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,9 @@ members = [
55
"crates/std_float",
66
"crates/test_helpers",
77
]
8+
9+
[profile.test.package."*"]
10+
opt-level = 2
11+
12+
[profile.test.package.test_helpers]
13+
opt-level = 2

0 commit comments

Comments
 (0)