Skip to content

Commit

Permalink
Add JOBS parameter to GH workflows (currently default, but not guaran…
Browse files Browse the repository at this point in the history
…teed)

... and fix missing newline at EOF
  • Loading branch information
zrax committed Jun 23, 2024
1 parent d8f955d commit 462fc46
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions .github/workflows/msvc-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
bash.exe ..\..\tests\all_tests.sh
env:
PYTHON_EXE: python.exe
JOBS: 4

- name: Upload artifact
uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
*.kdev4
/.kdev4
__pycache__
tests-out
tests-out

0 comments on commit 462fc46

Please sign in to comment.