Skip to content

Commit

Permalink
chore: parallel tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan committed Aug 17, 2021
1 parent d87c196 commit dc55c90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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'",
Expand Down

0 comments on commit dc55c90

Please sign in to comment.