Skip to content

Commit

Permalink
Install foundry
Browse files Browse the repository at this point in the history
  • Loading branch information
hweawer committed Oct 3, 2024
1 parent ed910ed commit d9ca4c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
run: |
poetry install --no-interaction --with=dev
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1

- name: Test with pytest
run: poetry run pytest --cov=src tests
env:
Expand Down

0 comments on commit d9ca4c9

Please sign in to comment.