Skip to content

Commit

Permalink
chore: Make CI builds parallel (#2714)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
realstealthninja authored Aug 30, 2024
1 parent e139ee9 commit 435f1ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/awesome_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
submodules: true
- run: |
cmake -B ./build -S .
cmake --build build
cmake --build build --parallel 4
- name: Label on PR fail
uses: actions/github-script@v6
if: ${{ failure() && matrix.os == 'ubuntu-latest' && github.event_name == 'pull_request' }}
Expand Down

0 comments on commit 435f1ed

Please sign in to comment.