Skip to content

Commit

Permalink
Enable parallel e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
koct9i committed Oct 31, 2024
1 parent 81a4236 commit ec19127
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 @@ -66,7 +66,7 @@ SHELL = /usr/bin/env bash -o pipefail
DEBUG =

## Tests parallelism.
GINKGO_PROCS ?= 1
GINKGO_PROCS ?= 4

## Filter tests by labels.
GINKGO_LABEL_FILTER =
Expand Down

0 comments on commit ec19127

Please sign in to comment.