Skip to content

Commit 3c639cc

Browse files
committed
CI
1 parent eb6a27e commit 3c639cc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
clang --version
5555
pushd tests
5656
$QT_ROOT_DIR/bin/qmake -r -config release CONFIG+=release "DEFINES+=NDEBUG"
57-
make -j
57+
make -j4
5858
popd
5959
6060
- name: Linux
@@ -68,7 +68,7 @@ jobs:
6868
g++ --version
6969
pushd tests
7070
$QT_ROOT_DIR/bin/qmake -r -config release CONFIG+=release "DEFINES+=NDEBUG"
71-
make -j
71+
make -j$(nproc)
7272
popd
7373
7474
- name: Test run

0 commit comments

Comments
 (0)