Skip to content

Commit

Permalink
Added cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmishra2005 committed Dec 17, 2024
1 parent 15ea5df commit 79b838e
Show file tree
Hide file tree
Showing 2 changed files with 12,521 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ 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
Expand Down Expand Up @@ -80,6 +82,8 @@ 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
Expand All @@ -101,6 +105,8 @@ 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
Expand Down
Loading

0 comments on commit 79b838e

Please sign in to comment.