diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index 6d162bb..0420046 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -36,7 +36,7 @@ jobs: - name: Test with pytest run: | - pytest ./tests + pytest ./tests/* - name: Automated Version Bump if: github.ref == 'refs/heads/master'