File tree 3 files changed +0
-8
lines changed
3 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 37
37
tar -zxvf cargo-tarpaulin-x86_64-unknown-linux-musl.tar.gz -C $HOME/.cargo/bin
38
38
make Cargo.toml
39
39
cargo update
40
- cargo update -p frame-support-procedural --precise 30.0.2
41
40
cargo tarpaulin --verbose --no-fail-fast --workspace --timeout 300 --out Xml
42
41
- name : Upload to codecov.io
43
42
uses : codecov/codecov-action@v3
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 : |
38
- cargo update
39
- cargo update -p frame-support-procedural --precise 30.0.2
40
36
- name : Run clippy
41
37
run : cargo clippy -- -D warnings
42
38
- name : Check for Wasm
Original file line number Diff line number Diff line change 28
28
- name : Install Zepter
29
29
run : cargo install zepter --version 0.15.0 --locked -q -f --no-default-features && zepter --version
30
30
- run : make Cargo.toml
31
- - run : |
32
- cargo update
33
- cargo update -p frame-support-procedural --precise 30.0.2
34
31
- name : Check Rust features
35
32
run : make dev-features-check
You can’t perform that action at this time.
0 commit comments