Skip to content

Commit d183929

Browse files
committed
try to force xargs parallel
1 parent 2137435 commit d183929

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ jobs:
5252
--mount type=volume,source=rootmount,target=/root \
5353
--mount type=bind,source=./,target=/app \
5454
-t hjwp/obeythetestinggoat-book-tester:latest \
55-
bash -c 'git submodule status | cut -d" " -f3 | xargs -I% bash -c "echo %"'
55+
bash -c 'git submodule status | cut -d" " -f3 | xargs -P0 -I% bash -c "echo %"'
5656
docker run --rm \
5757
--mount type=volume,source=rootmount,target=/root \
5858
--mount type=bind,source=./,target=/app \
5959
-t hjwp/obeythetestinggoat-book-tester:latest \
60-
bash -c 'git submodule status | cut -d" " -f3 | xargs -I% bash -c "cd % && git fetch"'
60+
bash -c 'git submodule status | cut -d" " -f3 | xargs -P0 -I% bash -c "cd % && git fetch"'
6161
6262
- name: check submodule branches
6363
run: |

0 commit comments

Comments
 (0)