Skip to content

Commit

Permalink
install foundry for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sentilesdal committed Nov 16, 2023
1 parent 1727854 commit ed7a971
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
run: |
python -m pip install --upgrade .[all]
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1

- name: run pytest with coverage
run: |
IN_CI=true coverage run -m pytest
Expand Down

0 comments on commit ed7a971

Please sign in to comment.