Skip to content

Commit

Permalink
Run tests in random order
Browse files Browse the repository at this point in the history
  • Loading branch information
153957 committed Apr 13, 2024
1 parent 27e93e2 commit 8ff5536
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 @@ -9,7 +9,7 @@ test: coveragetests linttest doctest ansibletest

.PHONY: unittests
unittests:
coverage run ./manage.py test $(tests)
coverage run ./manage.py test --shuffle $(tests)

.PHONY: coveragetests
coveragetests: unittests
Expand Down

0 comments on commit 8ff5536

Please sign in to comment.