File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 3737 tar -zxvf cargo-tarpaulin-x86_64-unknown-linux-musl.tar.gz -C $HOME/.cargo/bin
3838 make Cargo.toml
3939 cargo update
40- cargo update base64ct --precise 1.6.0 # 1.8.0 requires the Cargo feature called `edition2024`
41- cargo update pallet-revive-proc-macro --precise 0.3.0 # TODO: https://github.com/paritytech/polkadot-sdk/issues/9425
4240 cargo tarpaulin --verbose --no-fail-fast --workspace --timeout 300 --out Xml
4341 - name : Upload to codecov.io
4442 uses : codecov/codecov-action@v5
Original file line number Diff line number Diff line change 3030 - run : |
3131 make Cargo.toml
3232 cargo update
33- cargo update base64ct --precise 1.6.0 # 1.8.0 requires the Cargo feature called `edition2024`
3433 - name : Check Rust features
3534 run : make dev-features-check
You can’t perform that action at this time.
0 commit comments