Skip to content

Commit

Permalink
put cache back
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdw committed Dec 7, 2023
1 parent a3e7cfa commit 0518955
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,8 @@ jobs:
toolchain: stable
override: true

- name: Rust Cache
uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1

- name: test
run: cargo test -p integration-tests --features unstable-backend-client -- submit_large_extrinsic --nocapture

0 comments on commit 0518955

Please sign in to comment.