Skip to content

Commit

Permalink
update github worflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ouziel committed Jan 20, 2025
1 parent cc2a724 commit c7e0a9f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ jobs:
- name: Run counterparty-core tests
run: |
cd counterparty-core
hatch run pytest
hatch run pytest counterpartycore/test
hatch run pytest counterpartycore/pytest
# Upload wheels

Expand Down Expand Up @@ -128,7 +129,8 @@ jobs:
- name: Run counterparty-core tests
run: |
cd counterparty-core
pytest
pytest counterpartycore/test
pytest counterpartycore/pytest
# Upload wheels

Expand Down

0 comments on commit c7e0a9f

Please sign in to comment.