Skip to content

Commit

Permalink
cache rpc responses using foundry toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
devanoneth committed Jun 22, 2023
1 parent c23a580 commit 8a0e8e0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,19 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v2

# cache rpc requests
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1

- name: Install toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: ${{ matrix.job.target }}
profile: minimal
override: true

- uses: Swatinem/rust-cache@v1
with:
cache-on-failure: true
Expand Down

0 comments on commit 8a0e8e0

Please sign in to comment.