diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 0834640af..bafc2d3ae 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -45,6 +45,7 @@ jobs: flake8 picard --count --show-source --statistics isort --check-only --diff --recursive picard test - name: Test with pytest + if: always() run: | pip install pytest pytest-randomly pytest-cov pytest --verbose --cov=picard --cov-report xml:coverage.xml test