Now that nodejs/node#20876 has landed, it would be great to have something in CI that runs the test suite under workers. It’s probably not feasible to make it part of a regular make test run, or add it to all CI nodes because the test suite is going to run twice as long that way.
Instead, I’d imagine we want a CI job for this. What do we need? Something in the Makefile + a job that runs that particular make target?
Now that nodejs/node#20876 has landed, it would be great to have something in CI that runs the test suite under workers. It’s probably not feasible to make it part of a regular
make testrun, or add it to all CI nodes because the test suite is going to run twice as long that way.Instead, I’d imagine we want a CI job for this. What do we need? Something in the Makefile + a job that runs that particular make target?