Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
feat: update test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
marktoda committed Aug 28, 2024
1 parent 17933fa commit b81e7f2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ jobs:
with:
version: nightly

- name: Install Dependencies
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
run: |
forge soldeer install
id: install

- name: Run Forge build
run: |
forge --version
Expand Down

0 comments on commit b81e7f2

Please sign in to comment.