diff --git a/.github/workflows/ci_test-full.yml b/.github/workflows/ci_test-full.yml index 187ffc5161..917aec38b8 100644 --- a/.github/workflows/ci_test-full.yml +++ b/.github/workflows/ci_test-full.yml @@ -83,7 +83,7 @@ jobs: - name: Tests run: | # tox --sitepackages - coverage run --source pl_bolts -m pytest tests -v --junitxml=junit/test-results-${{ runner.os }}-${{ matrix.python-version }}-${{ matrix.requires }}.xml + coverage run --source pl_bolts -m pytest pl_bolts tests -v --junitxml=junit/test-results-${{ runner.os }}-${{ matrix.python-version }}-${{ matrix.requires }}.xml coverage xml - name: Upload pytest test results