aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/test-core.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test-core.yml b/.github/workflows/test-core.yml
index 0c0ae594c..d91c1bb4c 100644
--- a/.github/workflows/test-core.yml
+++ b/.github/workflows/test-core.yml
@@ -33,7 +33,7 @@ jobs:
- if: inputs.type == 'build'
name: Compile parsers
- run: $NVIM -l ./scripts/install-parsers.lua
+ run: $NVIM -l ./scripts/install-parsers.lua --max-jobs=10
- if: inputs.type == 'generate'
name: Generate and compile parsers