Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

allow concurrent tests across packages #4065

@MicaiahReid

Description

@MicaiahReid

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Inbox

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions