aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2026-08-31 11:02:51 +0200
committerChristian Clason <ch.clason+github@icloud.com>2026-08-31 11:13:15 +0200
commit19071296d3d643b48615ee574a20e8a03ac40872 (patch)
tree899d4cf956d744b085282e44939ff709b364a898
parentbot(parsers): update fish, gitcommit, matlab, mlir, scala, sourcepawn, swift,... (diff)
downloadnvim-treesitter-19071296d3d643b48615ee574a20e8a03ac40872.tar
nvim-treesitter-19071296d3d643b48615ee574a20e8a03ac40872.tar.gz
nvim-treesitter-19071296d3d643b48615ee574a20e8a03ac40872.tar.bz2
nvim-treesitter-19071296d3d643b48615ee574a20e8a03ac40872.tar.lz
nvim-treesitter-19071296d3d643b48615ee574a20e8a03ac40872.tar.xz
nvim-treesitter-19071296d3d643b48615ee574a20e8a03ac40872.tar.zst
nvim-treesitter-19071296d3d643b48615ee574a20e8a03ac40872.zip
ci(generate): increase max_jobs to 10
In tree-sitter 0.27.0, the `tree-sitter generate` was reworked to significantly reduce memory consumption, making higher parallelism possible. The bottleneck is now network I/O in GHA, same as for the basic build check.
-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 191698c6e..77fe1079b 100644
--- a/.github/workflows/test-core.yml
+++ b/.github/workflows/test-core.yml
@@ -36,7 +36,7 @@ jobs:
- if: inputs.type == 'generate'
name: Generate and compile parsers
- run: $NVIM -l ./scripts/install-parsers.lua --generate --max-jobs=2
+ run: $NVIM -l ./scripts/install-parsers.lua --generate --max-jobs=10
- name: Check parsers
run: $NVIM -l ./scripts/check-parsers.lua