[PR #1413] [CLOSED] chore: make CIs build in parallel #2007

Open
opened 2026-01-29 15:27:24 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/1413
Author: @realstealthninja
Created: 9/13/2024
Status: Closed

Base: masterHead: patch-1


📝 Commits (6)

  • 4ba4533 chore: make CIs build in parallel
  • 69ee022 fix: no parrallel argument error
  • 3666712 chore: put parrallel argument before --build
  • 2530d71 chore: after --build
  • 0dc638d fix: remove parrallel
  • f030a4e chore: add parrallel to ci

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 .github/workflows/awesome_workflow.yml (+1 -1)

📄 Description

Description of Change

Improve build times by making the builds parallel
see TheAlgorithms/C-Plus-Plus/2714 for more information

References

Checklist

  • Added description of change
  • Added file name matches File name guidelines
  • Added tests and example, test must pass
  • Relevant documentation/comments is changed or added
  • PR title follows semantic commit guidelines
  • Search previous suggestions before making a new one, as yours may be a duplicate.
  • I acknowledge that all my contributions will be made under the project's license.

Notes:


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/TheAlgorithms/C/pull/1413 **Author:** [@realstealthninja](https://github.com/realstealthninja) **Created:** 9/13/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (6) - [`4ba4533`](https://github.com/TheAlgorithms/C/commit/4ba4533c87ce8893756ca4b58292c5f16672b979) chore: make CIs build in parallel - [`69ee022`](https://github.com/TheAlgorithms/C/commit/69ee022090536a4d636c583335c7e94bc1ff3b75) fix: no parrallel argument error - [`3666712`](https://github.com/TheAlgorithms/C/commit/3666712b3975f96b6ab12139a3ad51fddff9068f) chore: put parrallel argument before --build - [`2530d71`](https://github.com/TheAlgorithms/C/commit/2530d716f0cc4e290d08eb02f17f074325cf9019) chore: after --build - [`0dc638d`](https://github.com/TheAlgorithms/C/commit/0dc638d87ee41466618f2dcad0a357ff694cef9e) fix: remove parrallel - [`f030a4e`](https://github.com/TheAlgorithms/C/commit/f030a4eb1408905553692100f619a8faa3eeeb42) chore: add parrallel to ci ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/awesome_workflow.yml` (+1 -1) </details> ### 📄 Description #### Description of Change Improve build times by making the builds parallel see TheAlgorithms/C-Plus-Plus/2714 for more information <!-- Thank you for your Pull Request. Please provide a description above and review the requirements below. Contributors guide: https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md --> #### References <!-- Add any reference to previous pull-request or issue --> #### Checklist <!-- Remove items that do not apply. For completed items, change [ ] to [x]. --> - [x] Added description of change - [ ] Added file name matches [File name guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md#File-Name-guidelines) - [ ] Added tests and example, test must pass - [ ] Relevant documentation/comments is changed or added - [x] PR title follows semantic [commit guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md#Commit-Guidelines) - [x] Search previous suggestions before making a new one, as yours may be a duplicate. - [x] I acknowledge that all my contributions will be made under the project's license. Notes: <!-- Please add a one-line description for developers or pull request viewers --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 15:27:25 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#2007