Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: Enable parallel compilation in default build and gdbstub tests
Parallel compilation with -j$(nproc) is introduced to the default build and gdbstub tests. By utilizing all available CPU cores, this change improves the speed of the build and testing process, reducing CI execution time.
- Loading branch information