diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index dc6017a..9bed26c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -55,5 +55,5 @@ jobs: pip install -Ur './requirements/requirements.txt' - name: Run pytest run: | - cd tests && pytest ./test_*.py + cd tests && pytest test*