Skip to content

Commit

Permalink
Print also time of examples
Browse files Browse the repository at this point in the history
  • Loading branch information
vatai committed Aug 16, 2024
1 parent 91fe934 commit b38bc4d
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 @@ -32,5 +32,5 @@ jobs:
run: >-
for file in $(ls examples/*.py); do
echo "Running example: $file"
PYTHONPATH=. python $file --fast
PYTHONPATH=. time python $file --fast
done

0 comments on commit b38bc4d

Please sign in to comment.