Skip to content

Commit

Permalink
Merge pull request #1591 from kuzudb/windows-ci-threads
Browse files Browse the repository at this point in the history
Decrease Windows CI runner thread
  • Loading branch information
mewim committed May 30, 2023
2 parents 703636f + 83e1dcc commit bac02bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
shell: cmd
run: |
call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat"
make test NUM_THREADS=24
make test NUM_THREADS=18
clang-formatting-check:
name: clang-format check
Expand Down

0 comments on commit bac02bf

Please sign in to comment.