mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-17 17:38:02 +00:00
ci(test): throttle all install steps
This commit is contained in:
committed by
Christian Clason
parent
011f02936f
commit
c78594ce06
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
|
||||
|
||||
Reference in New Issue
Block a user