Skip to content

Commit

Permalink
Always run test and syntax check documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
alifbe committed Nov 27, 2023
1 parent 4c3fdfb commit 53361b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pyscal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 53361b2

Please sign in to comment.