We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a92133e commit 0cece4fCopy full SHA for 0cece4f
Makefile
@@ -39,7 +39,7 @@ GINKGO_FLAGS_ALL = $(GINKGO_TEST_ARGS) -randomizeAllSpecs -slowSpecThreshold=$(S
39
# Flags for tests that must not be run in parallel.
40
GINKGO_FLAGS_SERIAL = $(GINKGO_FLAGS_ALL) -nodes=1
41
# Flags for tests that may be run in parallel
42
-GINKGO_FLAGS=$(GINKGO_FLAGS_ALL) -nodes=$(TEST_EXEC_NODES)
+GINKGO_FLAGS=$(GINKGO_FLAGS_ALL) -debug -nodes=$(TEST_EXEC_NODES)
43
44
45
default: bin
0 commit comments