aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2025-05-22 19:44:58 +0200
committerChristian Clason <ch.clason+github@icloud.com>2025-05-22 19:50:31 +0200
commitc78594ce064b9072ad94f660c81c1a17b26fcd29 (patch)
treefe8f6e37ca11e2e304372c761b1cbea6fb6ea93c /.github/workflows
parentfix(install): return task object in API functions (diff)
downloadnvim-treesitter-c78594ce064b9072ad94f660c81c1a17b26fcd29.tar
nvim-treesitter-c78594ce064b9072ad94f660c81c1a17b26fcd29.tar.gz
nvim-treesitter-c78594ce064b9072ad94f660c81c1a17b26fcd29.tar.bz2
nvim-treesitter-c78594ce064b9072ad94f660c81c1a17b26fcd29.tar.lz
nvim-treesitter-c78594ce064b9072ad94f660c81c1a17b26fcd29.tar.xz
nvim-treesitter-c78594ce064b9072ad94f660c81c1a17b26fcd29.tar.zst
nvim-treesitter-c78594ce064b9072ad94f660c81c1a17b26fcd29.zip
ci(test): throttle all install steps
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