diff --git a/.github/workflows/pyscal.yml b/.github/workflows/pyscal.yml index fff6ae6e..3d0f1d50 100644 --- a/.github/workflows/pyscal.yml +++ b/.github/workflows/pyscal.yml @@ -77,11 +77,13 @@ jobs: mypy pyscal - name: Run tests + if: ${{ always() }} run: | python -c "import pyscal" pytest -n auto --strict-markers --hypothesis-profile ci tests/ - name: Syntax check documentation + if: ${{ always() }} run: | rstcheck -r docs