Is your feature request related to a use case or problem?
The GitHub workflow for nightly-pytest runs check/pytest but not in parallel. We should add -n auto.
This is super trivial, but still something that's worth doing at some point.
What solution or approach do you envision?
Update the workflow to add the flag.
How urgent is this for you?
P3 – not blocked; it's an idea
Is your feature request related to a use case or problem?
The GitHub workflow for nightly-pytest runs
check/pytestbut not in parallel. We should add-n auto.This is super trivial, but still something that's worth doing at some point.
What solution or approach do you envision?
Update the workflow to add the flag.
How urgent is this for you?
P3 – not blocked; it's an idea