Skip to content

Commit

Permalink
ci: specify foundry root dir
Browse files Browse the repository at this point in the history
  • Loading branch information
karmacoma-eth committed Aug 11, 2023
1 parent e5785ac commit cd0476a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Install Foundry dependencies
if: steps.foundry-cache.outputs.cache-hit != 'true'
run: forge install --shallow
run: forge install --root tests/ --shallow

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand Down

0 comments on commit cd0476a

Please sign in to comment.