Skip to content

Commit 435f1ed

Browse files
chore: Make CI builds parallel (#2714)
* chore: make ci builds parallel * chore: fix specification of job number * chore: use 4 as a limit for parallel builds * fix: remove parallel from linting
1 parent e139ee9 commit 435f1ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/awesome_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
submodules: true
6262
- run: |
6363
cmake -B ./build -S .
64-
cmake --build build
64+
cmake --build build --parallel 4
6565
- name: Label on PR fail
6666
uses: actions/github-script@v6
6767
if: ${{ failure() && matrix.os == 'ubuntu-latest' && github.event_name == 'pull_request' }}

0 commit comments

Comments
 (0)