Skip to content

Commit

Permalink
fix(workflow): Set NPROC to 4 in integration-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Shouren authored Dec 25, 2024
1 parent 6649421 commit 85b2493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:

env:
GIT_SUBMODULE_STRATEGY: recursive
NPROC: 1 # default Parallel build number for GitHub's Linux runner
NPROC: 4 # default Parallel build number for GitHub's Linux runner
EXAMPLES_ENABLE: OFF # turn off hybridse's example code
HYBRIDSE_TESTING_ENABLE: OFF # turn off hybridse's test code

Expand Down

0 comments on commit 85b2493

Please sign in to comment.