We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d73bc4 commit 56ad230Copy full SHA for 56ad230
.github/workflows/unit-tests.yaml
@@ -128,7 +128,7 @@ jobs:
128
- name: Run packages tests
129
run: |
130
source .github/workflows/.utils.sh
131
- echo "$PACKAGES" | xargs -n1 | rust-parallel -j 3 --exit-on-error --keep-order --regex '(.+)' --shell "_run_task {1} \
+ echo "$PACKAGES" | xargs -n1 | rust-parallel -j 3 --exit-on-error --regex '(.+)' --shell "_run_task {1} \
132
'bash -c \"(cd src/{1} \
133
&& source .github/workflows/.utils.sh
134
&& $COMPOSER_MIN_STAB \
0 commit comments