Skip to content

Commit

Permalink
Update test workflow to explicitly test output plots
Browse files Browse the repository at this point in the history
  • Loading branch information
kavanase authored Jun 6, 2022
1 parent c5e5b7e commit d5863f4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,7 @@ jobs:
pip install -e .[tests]
- name: Test
run: pytest
run: |
pytest
pytest tests/test_shakenbreak.py --mpl # test output plots

0 comments on commit d5863f4

Please sign in to comment.