ci(test): throttle all install steps

This commit is contained in:
Christian Clason
2025-05-22 19:44:58 +02:00
committed by Christian Clason
parent 011f02936f
commit c78594ce06

View File

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