You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
Currently npm t runs lerna exec --concurrency 1 -- npm run test, in which Lerna only runs tests for one package at a time. If our tests are updated so that there will be no conflicting ports used across the tests, we should be able to increase that concurrency flag to increase our CI test times.
The text was updated successfully, but these errors were encountered:
Currently
npm t
runslerna exec --concurrency 1 -- npm run test
, in which Lerna only runs tests for one package at a time. If our tests are updated so that there will be no conflicting ports used across the tests, we should be able to increase that concurrency flag to increase our CI test times.The text was updated successfully, but these errors were encountered: