Update the format of the expectations file

This commit is contained in:
Omar Abdulla
2026-01-15 17:45:50 +03:00
parent 996a64d500
commit 87dd5edeb1
2 changed files with 35 additions and 3 deletions
+6 -1
View File
@@ -82,7 +82,12 @@ zombienet-sdk = { git = "https://github.com/paritytech/zombienet-sdk.git", rev =
[profile.bench]
inherits = "release"
lto = true
codegen-units = 1
lto = true
[profile.production]
inherits = "release"
codegen-units = 1
lto = true
[workspace.lints.clippy]