Skip to content

Commit

Permalink
ci: install Starknet Devnet in test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Sekhmet committed Nov 22, 2024
1 parent fae50e0 commit 399d91d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
cache: "yarn"
- name: Setup Rust Toolchain
uses: dtolnay/rust-toolchain@stable
- name: Install Starknet Devnet
run: cargo install starknet-devnet
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
- run: yarn --frozen-lockfile
Expand Down

0 comments on commit 399d91d

Please sign in to comment.