chore: parallel tests
This commit is contained in:
parent
d87c196bb6
commit
dc55c90762
|
@ -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' }}
|
||||
|
|
|
@ -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'",
|
||||
|
|
Loading…
Reference in New Issue