Skip to content

Commit

Permalink
Run DOLFINx demos when PR is opened (#601)
Browse files Browse the repository at this point in the history
* run DOLFINx demos when PR is opened

* Update .github/workflows/dolfin-tests.yml

Co-authored-by: Chris Richardson <chris@bpi.cam.ac.uk>

---------

Co-authored-by: Chris Richardson <chris@bpi.cam.ac.uk>
  • Loading branch information
mscroggs and chrisrichardson committed Sep 6, 2023
1 parent 63f060e commit c78b636
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dolfin-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,5 @@ jobs:
- name: Run DOLFINx Python unit tests
run: python3 -m pytest -n auto dolfinx/python/test/unit
- name: Run DOLFINx Python demos
run: python3 -m pytest -n=2 -m serial dolfinx/python/demo/test.py

0 comments on commit c78b636

Please sign in to comment.