mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-13 15:37:06 +08:00
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
This commit is contained in:
2
.github/workflows/awesome_workflow.yml
vendored
2
.github/workflows/awesome_workflow.yml
vendored
@@ -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' }}
|
||||
|
||||
Reference in New Issue
Block a user