-
-
Notifications
You must be signed in to change notification settings - Fork 649
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Speed up test runs #3935
Speed up test runs #3935
Conversation
Staging build: MyCryptoBuilds |
Codecov Report
@@ Coverage Diff @@
## master #3935 +/- ##
==========================================
- Coverage 66.45% 66.35% -0.10%
==========================================
Files 578 578
Lines 12120 12120
Branches 3088 3088
==========================================
- Hits 8054 8042 -12
- Misses 4034 4046 +12
Partials 32 32
Continue to review full report at Codecov.
|
@@ -221,7 +221,7 @@ | |||
"build": "cross-env TARGET_ENV=default webpack --config webpack_config/production.js", | |||
"build:staging": "cross-env TARGET_ENV=staging webpack --config webpack_config/production.js", | |||
"prebuild": "check-node-version --package", | |||
"test": "jest --config=jest_config/jest.config.json --maxWorkers=2", | |||
"test": "jest --config=jest_config/jest.config.json", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we move jest.config.json
to the root (like in signer)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Out of scope
Is roughly 60% faster at running tests on my machine compared to having
maxWorkers=2