We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb6a27e commit 3c639ccCopy full SHA for 3c639cc
1 file changed
.github/workflows/CI.yml
@@ -54,7 +54,7 @@ jobs:
54
clang --version
55
pushd tests
56
$QT_ROOT_DIR/bin/qmake -r -config release CONFIG+=release "DEFINES+=NDEBUG"
57
- make -j
+ make -j4
58
popd
59
60
- name: Linux
@@ -68,7 +68,7 @@ jobs:
68
g++ --version
69
70
71
+ make -j$(nproc)
72
73
74
- name: Test run
0 commit comments