Skip to content

Commit

Permalink
Include all examples
Browse files Browse the repository at this point in the history
  • Loading branch information
vatai committed May 5, 2024
1 parent 9b628d8 commit 07deffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
# This is bash.
# Need a separate branch to iterate over files on Windows.
run: >-
for file in $(ls examples/ani*.py); do
for file in $(ls examples/*.py); do
PYTHONPATH=. python $file --fast
done

0 comments on commit 07deffa

Please sign in to comment.