Skip to content

Commit

Permalink
Specify --shuffle after specific tests
Browse files Browse the repository at this point in the history
Otherwise specific tests are taken as seed for shuffle.
  • Loading branch information
153957 committed Sep 14, 2024
1 parent 4b0a387 commit 015489a
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 --shuffle $(tests)
coverage run ./manage.py test $(tests) --shuffle

.PHONY: coveragetests
coveragetests: unittests
Expand Down

0 comments on commit 015489a

Please sign in to comment.