Skip to content

Commit

Permalink
fix: ci tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Schlagonia committed Oct 7, 2024
1 parent 595dbb9 commit 84b74dd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
with:
submodules: recursive

- name: Install Vyper
run: pip install vyper==0.3.7

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
Expand All @@ -35,5 +38,5 @@ jobs:

- name: Run Forge tests
run: |
forge test -vvv --fork-url ${{ secrets.ETH_RPC_URL }}
forge test -vvv --ffi
id: test

0 comments on commit 84b74dd

Please sign in to comment.