Skip to content

Commit 56ad230

Browse files
committed
iterate
1 parent 0d73bc4 commit 56ad230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
- name: Run packages tests
129129
run: |
130130
source .github/workflows/.utils.sh
131-
echo "$PACKAGES" | xargs -n1 | rust-parallel -j 3 --exit-on-error --keep-order --regex '(.+)' --shell "_run_task {1} \
131+
echo "$PACKAGES" | xargs -n1 | rust-parallel -j 3 --exit-on-error --regex '(.+)' --shell "_run_task {1} \
132132
'bash -c \"(cd src/{1} \
133133
&& source .github/workflows/.utils.sh
134134
&& $COMPOSER_MIN_STAB \

0 commit comments

Comments
 (0)