Skip to content

Commit

Permalink
Merge pull request #18 from 8ball030/fix/re-run-tests
Browse files Browse the repository at this point in the history
ensured re-runs
  • Loading branch information
8ball030 authored Jan 7, 2024
2 parents 438a8d1 + b45ef5e commit 1e93ce5
Show file tree
Hide file tree
Showing 3 changed files with 99 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: tests
tests:
poetry run pytest tests -vv
poetry run pytest tests -vv --reruns 10 --reruns-delay 30

fmt:
poetry run black tests lyra examples
Expand Down
Loading

0 comments on commit 1e93ce5

Please sign in to comment.