Skip to content

Commit

Permalink
Repeat tests twice to check for state bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Jul 20, 2024
1 parent 90a28a0 commit baf6d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ test: install ## Run unit and integration tests

.PHONY: test-repeat
test-repeat: install
poetry run pytest --count=5 --random --exitfirst --cov-report=xml
poetry run pytest --count=2 --random --exitfirst --cov-report=xml

.PHONY: test-profile
test-profile: install
Expand Down

0 comments on commit baf6d8c

Please sign in to comment.