ci: increase nvim-ts generate max jobs to 10

This commit is contained in:
Will Lillis 2026-08-09 11:51:45 -05:00
parent fad0a62a35
commit 1b916ab754

View file

@ -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