chore: parallel tests

This commit is contained in:
Daniel Dyla 2021-08-17 09:48:10 -04:00
parent d87c196bb6
commit dc55c90762
No known key found for this signature in database
GPG Key ID: F9C7A821CA88DAD6
2 changed files with 2 additions and 1 deletions

View File

@ -51,7 +51,7 @@ jobs:
npm run compile
- name: Unit tests
run: npm run test
run: npm run test:ci
- name: Report Coverage
run: npm run codecov
if: ${{ matrix.node_version == '14' }}

View File

@ -15,6 +15,7 @@
"protos:copy": "lerna run protos:copy",
"version:update": "lerna run version:update",
"test": "lerna run test",
"test:ci": "lerna run test --parallel",
"test:browser": "lerna run test:browser",
"test:backcompat": "lerna run test:backcompat",
"bootstrap": "lerna bootstrap --hoist --nohoist='zone.js'",