Skip to content

Commit

Permalink
Removed dir from pytest command
Browse files Browse the repository at this point in the history
  • Loading branch information
beveradb committed Jan 29, 2024
1 parent 26c2931 commit 32a63db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: poetry install -E cpu

- name: Run pytest unit tests
run: poetry run pytest tests/unit
run: poetry run pytest

# - name: Run pytest integration tests
# run: poetry run pytest tests/integration
Expand Down

0 comments on commit 32a63db

Please sign in to comment.