test: fail faster

This commit is contained in:
cha0s 2024-02-11 23:09:36 -06:00
parent e92a94b5df
commit 1f832ca9e2

View File

@ -49,8 +49,8 @@ jobs:
if: ${{ vars.NPM_CI_REGISTRY }}
- run: |
npm ci
npm run -- test -t 360000
npm run -- test -t 360000 -p e2e
npm run -- test -t 30000
npm run -- test -t 30000 -p e2e
lint:
runs-on: ubuntu-latest