mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
ci(test): throttle all install steps
This commit is contained in:
parent
011f02936f
commit
c78594ce06
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-core.yml
vendored
2
.github/workflows/test-core.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue