Skip to content

Commit 06acd29

Browse files
committed
test: run tests concurrently
1 parent 3ab4783 commit 06acd29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ setup-csi-volume-snapshots:
111111
(teardown label-filter)
112112

113113
@run-e2e label-filter="core" image="ghcr.io/loft-sh/vcluster:dev-next" teardown="true":
114-
ginkgo -timeout=0 -v --label-filter="{{label-filter}}" ./e2e-next -- --vcluster-image="{{image}}" --teardown={{teardown}}
114+
ginkgo -timeout=0 -v --procs=4 --label-filter="{{label-filter}}" ./e2e-next -- --vcluster-image="{{image}}" --teardown={{teardown}}
115115

116116
@iterate-e2e label-filter="core" image="ghcr.io/loft-sh/vcluster:dev-next": \
117117
(run-e2e label-filter image "false")

0 commit comments

Comments
 (0)