ci: try more concurrency

This commit is contained in:
cha0s 2024-02-13 06:23:34 -06:00
parent a9557e98c8
commit fe93664347

View File

@ -65,8 +65,8 @@ jobs:
- run: npm ci
if: ${{ steps.cache-node-modules.outputs.cache-hit != 'true' }}
- run: |
npm run -- test -t 120000
npm run -- test -t 120000 -p e2e
npm run -- test -t 120000 & npm run -- test -t 120000 -p e2e
wait
lint:
runs-on: ubuntu-latest