Skip to content

Commit

Permalink
Turn off Gingkno v2 parallel mode
Browse files Browse the repository at this point in the history
Co-authored-by: Cristhian Peña <ccjaimes@users.noreply.github.com>
  • Loading branch information
2 people authored and moleske committed Feb 5, 2024
1 parent cff41f8 commit b4a86fa
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 @@ -22,7 +22,7 @@ GINKGO_FLAGS ?= -r -randomize-all -require-suite
GINKGO_INT_FLAGS = $(GINKGO_FLAGS) -slowSpecThreshold $(SLOW_SPEC_THRESHOLD)
ginkgo_int = ginkgo $(GINKGO_INT_FLAGS)

GINKGO_UNITS_FLAGS = $(GINKGO_FLAGS) -randomize-suites -p
GINKGO_UNITS_FLAGS = $(GINKGO_FLAGS) -randomize-suites
ginkgo_units = ginkgo $(GINKGO_UNITS_FLAGS)
GOFLAGS := -mod=mod

Expand Down

0 comments on commit b4a86fa

Please sign in to comment.