Skip to content

Commit

Permalink
fix github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
F4ever committed Aug 22, 2023
1 parent 4403e84 commit c2482c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests_and_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
poetry install
- name: [Unit] Test with pytest
- name: Unit Tests with pytest
run: |
poetry run pytest tests -m unit
Expand All @@ -38,7 +38,7 @@ jobs:
run: |
npx hardhat node --fork ${{ secrets.WEB3_RPC_ENDPOINT }}
- name: [Integration] Test with pytest
- name: Integration Tests with pytest
run: |
poetry run pytest tests -m integration
env:
Expand Down

0 comments on commit c2482c2

Please sign in to comment.