Skip to content

Commit

Permalink
Update run-tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
vatai committed May 5, 2024
1 parent edc85c4 commit 515a98c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,8 @@ jobs:
python -m
unittest
discover -v
- name: Run examples
run: >-
for file in $(ls examples/ani*.py); do
python $file --fast
done

0 comments on commit 515a98c

Please sign in to comment.