Skip to content

Commit

Permalink
Revert "disable benches of ibc"
Browse files Browse the repository at this point in the history
This reverts commit e69c0d8.
  • Loading branch information
dzmitry-lahoda committed Sep 7, 2023
1 parent e69c0d8 commit cb246bc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions code/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion code/parachain/frame/cosmwasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ runtime-benchmarks = [
"orml-tokens/runtime-benchmarks",
"pallet-assets-registry/runtime-benchmarks",
"pallet-assets/runtime-benchmarks",
"pallet-balances/runtime-benchmarks",
"pallet-balances/runtime-benchmarks",
"pallet-ibc/runtime-benchmarks",
"pallet-timestamp/runtime-benchmarks",
"rand",
"common/runtime-benchmarks",
Expand Down
1 change: 1 addition & 0 deletions code/parachain/frame/pallet-multihop-xcm-ibc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,6 @@ runtime-benchmarks = [
"ibc-primitives/runtime-benchmarks",
"orml-xtokens/runtime-benchmarks",
"pallet-balances/runtime-benchmarks",
"pallet-ibc/runtime-benchmarks",
"sp-runtime/runtime-benchmarks",
]

0 comments on commit cb246bc

Please sign in to comment.