Skip to content

Commit 55f6f2d

Browse files
committed
test: run CI tests concurrently
1 parent ff35907 commit 55f6f2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/run-ginkgo-e2e/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ runs:
109109
GINKGO_ARGS=(
110110
"run"
111111
"--timeout=${{ inputs.timeout }}"
112-
"--fail-fast"
112+
"--procs=4"
113113
"--show-node-events"
114114
"--poll-progress-after=20s"
115115
"--poll-progress-interval=10s"

0 commit comments

Comments
 (0)