mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:26:23 -04:00
ci: increase nvim-ts generate max jobs to 10
This commit is contained in:
parent
fad0a62a35
commit
1b916ab754
2
.github/workflows/nvim_ts.yml
vendored
2
.github/workflows/nvim_ts.yml
vendored
|
|
@ -73,7 +73,7 @@ jobs:
|
|||
|
||||
- if: matrix.type == 'generate'
|
||||
name: Generate and compile parsers
|
||||
run: $NVIM -l ./scripts/install-parsers.lua --generate --max-jobs=3
|
||||
run: $NVIM -l ./scripts/install-parsers.lua --generate --max-jobs=10
|
||||
working-directory: ${{ env.NVIM_TS_DIR }}
|
||||
shell: bash
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue