Skip to content

Commit 1df8491

Browse files
committed
-j3
1 parent eab71a8 commit 1df8491

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/avara-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ jobs:
6868
brew install googletest
6969
- uses: actions/checkout@v4
7070
- name: Run headless tests
71-
run: make -j2 tests
71+
run: make -j3 tests
7272
- name: make macdist
73-
run: make -j2 clean macdist
73+
run: make -j3 clean macdist
7474
- name: deploy main nightly
7575
if: startsWith(github.repository_owner, 'avaraline') && endsWith(github.ref, 'main')
7676
uses: WebFreak001/[email protected]

0 commit comments

Comments
 (0)