-
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.
- Loading branch information
1 parent
701452d
commit 15ea5df
Showing
2 changed files
with
6 additions
and
7 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 |
---|---|---|
|
@@ -48,13 +48,11 @@ jobs: | |
override: true | ||
target: wasm32-unknown-unknown | ||
components: rust-src | ||
- name: Rust Cache | ||
uses: Swatinem/rust-cache@v2 | ||
- name: Install try-runtime | ||
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 \ | ||
|
@@ -82,8 +80,6 @@ jobs: | |
override: true | ||
target: wasm32-unknown-unknown | ||
components: rust-src | ||
- name: Rust Cache | ||
uses: Swatinem/rust-cache@v2 | ||
- name: Check with Clippy | ||
run: | | ||
cargo update -p home --precise 0.5.9 && cargo clippy --no-deps --all-targets --features runtime-benchmarks,try-runtime --workspace -- --deny warnings | ||
|
@@ -105,8 +101,9 @@ jobs: | |
override: true | ||
target: wasm32-unknown-unknown | ||
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