Skip to content

Commit 738e29b

Browse files
committed
Shuffle test order
Randomizing test order surfaces hidden dependencies between tests.
1 parent 693267d commit 738e29b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ PARALLEL := $(shell n=$$(nproc); echo $$(( n < 4 ? n : 4 )))
4949
test: unit-tests examples
5050

5151
unit-tests: $(tests_binary)
52-
$^ --exclude=integration --sequential
52+
$^ --exclude=integration --sequential --shuffle
5353

5454
test-one: $(tests_binary)
5555
$^ --only="$(t)"

0 commit comments

Comments
 (0)