Skip to content

Commit

Permalink
Enable integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Feb 2, 2024
1 parent b3ea81c commit ce3c523
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
- name: Install dependencies
run: |
poetry install
# - name: Run pytest
# run: |
# poetry run pytest
- name: Run pytest
run: |
poetry run pytest
- name: Run lint
run: |
tox -e typing
Expand Down

0 comments on commit ce3c523

Please sign in to comment.