Skip to content

Commit 85b2493

Browse files
authored
fix(workflow): Set NPROC to 4 in integration-test.yml
1 parent 6649421 commit 85b2493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222

2323
env:
2424
GIT_SUBMODULE_STRATEGY: recursive
25-
NPROC: 1 # default Parallel build number for GitHub's Linux runner
25+
NPROC: 4 # default Parallel build number for GitHub's Linux runner
2626
EXAMPLES_ENABLE: OFF # turn off hybridse's example code
2727
HYBRIDSE_TESTING_ENABLE: OFF # turn off hybridse's test code
2828

0 commit comments

Comments
 (0)