File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed
Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 3131 run : rustup target add wasm32-unknown-unknown
3232 - name : Check format
3333 run : make dev-format-check
34+ - name : Update
35+ run : cargo update
3436 - name : Install clippy
3537 run : rustup component add clippy
3638 - name : Run clippy
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ frame-system = { workspace = true }
1919sp-io = { workspace = true }
2020sp-runtime = { workspace = true }
2121sp-std = { workspace = true }
22+ sp-tracing = " 17.0.1"
2223
2324# polkadot
2425pallet-xcm = { workspace = true }
Original file line number Diff line number Diff line change @@ -708,6 +708,7 @@ fn sending_sibling_asset_to_reserve_sibling_with_relay_fee_works() {
708708
709709#[ test]
710710fn sending_sibling_asset_to_reserve_sibling_with_relay_fee_works_with_relative_self_location ( ) {
711+ sp_tracing:: init_for_tests ( ) ;
711712 TestNet :: reset ( ) ;
712713
713714 ParaD :: execute_with ( || {
You can’t perform that action at this time.
0 commit comments