Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Jest tests are slow to run #32

Description

@benhoneywill

The jest tests are slow to run because they all access the database, so have to be run one after the other.

If we could figure out a nice way (maybe using postgresql schemas) to give each test its own database they could be run in parallel which should drastically speed up the CI job for the tests.

Relevant discussion blitz-js/blitz#2535

Metadata

Metadata

Assignees

No one assigned

    Labels

    maintenancepackages, tests, infrastructure etc.needs discoveryNeed to do some research or experiments to continuenice to haveSomething nice to have but not essential

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions