mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-01-19 05:43:55 +01:00
Move test profile to crate root, so it has effect again
This commit is contained in:
parent
c1349e82cd
commit
a62e96bcd9
@ -4,3 +4,7 @@ members = [
|
||||
"lightning",
|
||||
"lightning-net-tokio",
|
||||
]
|
||||
|
||||
# Our tests do actual crypo and lots of work, the tradeoff for -O1 is well worth it
|
||||
[profile.dev]
|
||||
opt-level = 1
|
||||
|
@ -33,6 +33,3 @@ features = ["bitcoinconsensus"]
|
||||
[dev-dependencies]
|
||||
hex = "0.3"
|
||||
rand = "0.4"
|
||||
|
||||
[profile.dev]
|
||||
opt-level = 1
|
||||
|
Loading…
Reference in New Issue
Block a user