test: concurrency

This commit is contained in:
cha0s 2024-02-11 23:19:58 -06:00
parent 52a03edd78
commit 1f3baab7b3

View File

@ -31,7 +31,7 @@ jobs:
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
max-parallel: 1 max-parallel: ${{ vars.CI_PARALLEL || 256 }}
matrix: matrix:
node-version: [16.x, 18.x, 20.x] node-version: [16.x, 18.x, 20.x]
steps: steps: