There was an error while loading. Please reload this page.
1 parent d77f019 commit a98f473Copy full SHA for a98f473
1 file changed
Makefile
@@ -32,7 +32,7 @@ EXAMPLES_BINARIES := $(addprefix $(BUILD_DIR)/,$(EXAMPLES))
32
test: unit-tests examples
33
34
unit-tests: $(tests_binary)
35
- $^ --exclude=integration --sequential
+ $^ --exclude=integration --sequential --shuffle
36
37
test-one: $(tests_binary)
38
$^ --only="$(t)"
0 commit comments