Simplification of Test Execution
The change involves removing a specific parameter (--parallel) used during the step where tests are run. This may result in tests running sequentially instead of simultaneously, potentially providing a more stable testing context.
PR Summary
--parallel
) used during the step where tests are run. This may result in tests running sequentially instead of simultaneously, potentially providing a more stable testing context.