test: concurrency
This commit is contained in:
parent
52a03edd78
commit
1f3baab7b3
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
|||
test:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
max-parallel: 1
|
||||
max-parallel: ${{ vars.CI_PARALLEL || 256 }}
|
||||
matrix:
|
||||
node-version: [16.x, 18.x, 20.x]
|
||||
steps:
|
||||
|
|
Loading…
Reference in New Issue
Block a user