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 2285263 commit 24349b4Copy full SHA for 24349b4
.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 --regex '(.+)' --shell "; _run_task {1} \
+ echo "$PACKAGES" | xargs -n1 | rust-parallel -j 3 --exit-on-error --regex '(.+)' --shell "_run_task {1} \
132
'(cd src/{1} \
133
&& $COMPOSER_MIN_STAB \
134
&& $COMPOSER_UP \
0 commit comments