Skip to content

Commit

Permalink
Run tests from tests folder only
Browse files Browse the repository at this point in the history
  • Loading branch information
bneijt committed Oct 7, 2021
1 parent eef383f commit 65133e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
run: poetry run black --check .
- name: Run tests
run: |
poetry run pytest
poetry run pytest tests
poetry run poetry-lock-package --help

0 comments on commit 65133e6

Please sign in to comment.