-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'new-dev' of https://github.com/Cerebellum-Network/block…
…chain-node into release/6.6.0-rc1
- Loading branch information
Showing
18 changed files
with
833 additions
and
736 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,7 +54,7 @@ jobs: | |
run: cargo install --git https://github.com/paritytech/try-runtime-cli --tag v0.7.0 --locked | ||
- name: Check Build | ||
run: | | ||
cargo build --release --features try-runtime | ||
cargo update -p home --precise 0.5.9 && cargo build --release --features try-runtime | ||
- name: Check Try-Runtime | ||
run: | | ||
try-runtime --runtime ./target/release/wbuild/cere-runtime/cere_runtime.compact.compressed.wasm \ | ||
|
@@ -86,7 +86,7 @@ jobs: | |
uses: Swatinem/rust-cache@v2 | ||
- name: Check with Clippy | ||
run: | | ||
cargo clippy --no-deps --all-targets --features runtime-benchmarks,try-runtime --workspace -- --deny warnings | ||
cargo update -p home --precise 0.5.9 && cargo clippy --no-deps --all-targets --features runtime-benchmarks,try-runtime --workspace -- --deny warnings | ||
tests: | ||
name: Run tests | ||
|
@@ -107,6 +107,9 @@ jobs: | |
components: rust-src | ||
- name: Rust Cache | ||
uses: Swatinem/rust-cache@v2 | ||
- name: Update dependency | ||
run: | | ||
cargo update -p home --precise 0.5.9 | ||
- name: Run cargo-tarpaulin | ||
uses: actions-rs/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.