Commit b4a2d77
committed
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.1 parent 08a3ac3 commit b4a2d77
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
0 commit comments