Skip to content

Commit a98f473

Browse files
authored
Shuffle test order (#54)
Randomizing test order surfaces hidden dependencies between tests.
1 parent d77f019 commit a98f473

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
@@ -32,7 +32,7 @@ EXAMPLES_BINARIES := $(addprefix $(BUILD_DIR)/,$(EXAMPLES))
3232
test: unit-tests examples
3333

3434
unit-tests: $(tests_binary)
35-
$^ --exclude=integration --sequential
35+
$^ --exclude=integration --sequential --shuffle
3636

3737
test-one: $(tests_binary)
3838
$^ --only="$(t)"

0 commit comments

Comments
 (0)