Add profile.test options
This commit is contained in:
parent
4b12fcf045
commit
8ab9ab71e8
|
|
@ -8,9 +8,15 @@ edition = "2021"
|
||||||
[profile.dev]
|
[profile.dev]
|
||||||
panic = 'abort'
|
panic = 'abort'
|
||||||
|
|
||||||
|
[profile.test]
|
||||||
|
panic = 'abort'
|
||||||
|
|
||||||
[profile.dev.package."*"]
|
[profile.dev.package."*"]
|
||||||
opt-level = 3
|
opt-level = 3
|
||||||
|
|
||||||
|
[profile.test.package."*"]
|
||||||
|
opt-level = 3
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
glam = { version = "0.27.0", features = ["approx", "fast-math", "rand"] }
|
glam = { version = "0.27.0", features = ["approx", "fast-math", "rand"] }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user