Skip to content

Commit 7425fe8

Browse files
committed
Add parallel command
1 parent 766db70 commit 7425fe8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/unit-tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ jobs:
4242
runs-on: ubuntu-24.04
4343

4444
steps:
45+
- name: Install Act dependencies
46+
if: ${{ env.ACT }}
47+
run: |
48+
apt-get update && apt-get install parallel -y
49+
4550
- name: Checkout
4651
uses: https://github.com/actions/checkout@v4
4752
with:

0 commit comments

Comments
 (0)