Skip to content

Commit e21566b

Browse files
committed
More testing
1 parent 8b85e29 commit e21566b

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,18 @@ jobs:
323323
done
324324
echo "Count: $i"
325325

326+
- name: Manual parallel
327+
run: |
328+
for ((j=0; j<20; j++)); do
329+
{
330+
i=0
331+
while [[ $SECONDS -lt 20 ]]; do
332+
((++i))
333+
done
334+
echo "Count: $i"
335+
} &
336+
done
337+
326338
- parallel:
327339
- name: V1
328340
run: *counter
@@ -344,3 +356,17 @@ jobs:
344356
run: *counter
345357
- name: V10
346358
run: *counter
359+
360+
- queueing:
361+
- run: sleep 10
362+
- run: sleep 10
363+
- run: sleep 10
364+
- run: sleep 10
365+
- run: sleep 10
366+
- run: sleep 10
367+
- run: sleep 10
368+
- run: sleep 10
369+
- run: sleep 10
370+
- run: sleep 10
371+
- run: sleep 10
372+
- run: sleep 10

0 commit comments

Comments
 (0)