Skip to content

Commit

Permalink
Try reducing number of threads on windows runner
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminwinger committed May 26, 2023
1 parent f797c39 commit 27e5950
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=12
clang-formatting-check:
name: clang-format check
Expand Down

0 comments on commit 27e5950

Please sign in to comment.