File tree 3 files changed +4
-0
lines changed
3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 33
33
run : make dev-format-check
34
34
- name : Install clippy
35
35
run : rustup component add clippy
36
+ - name : Update
37
+ run : cargo update
36
38
- name : Run clippy
37
39
run : cargo clippy -- -D warnings
38
40
- name : Check for Wasm
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ frame-system = { workspace = true }
19
19
sp-io = { workspace = true }
20
20
sp-runtime = { workspace = true }
21
21
sp-std = { workspace = true }
22
+ sp-tracing = " 17.0.1"
22
23
23
24
# polkadot
24
25
pallet-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() {
708
708
709
709
#[ test]
710
710
fn sending_sibling_asset_to_reserve_sibling_with_relay_fee_works_with_relative_self_location ( ) {
711
+ sp_tracing:: init_for_tests ( ) ;
711
712
TestNet :: reset ( ) ;
712
713
713
714
ParaD :: execute_with ( || {
You can’t perform that action at this time.
0 commit comments