Add JOBS parameter to GH workflows (currently default, but not guaranteed)
... and fix missing newline at EOF
This commit is contained in:
4
.github/workflows/linux-ci.yml
vendored
4
.github/workflows/linux-ci.yml
vendored
@@ -13,8 +13,8 @@ jobs:
|
||||
run: |
|
||||
mkdir build && cd build
|
||||
cmake -DCMAKE_BUILD_TYPE=Debug ..
|
||||
make -j2
|
||||
make -j4
|
||||
- name: Test
|
||||
run: |
|
||||
cd build
|
||||
make check
|
||||
make check JOBS=4
|
||||
|
Reference in New Issue
Block a user