Skip to content

Commit

Permalink
Ft: Add examples to test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
clemens-fricke committed Mar 1, 2024
1 parent 05da561 commit d3624f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ jobs:
run: |
python3 -m pip install pytest
pytest tests
- name: check examples
run: |
python3 examples/run_all_examples.py

0 comments on commit d3624f2

Please sign in to comment.