kwanhur commented on pull request #6390: URL: https://github.com/apache/apisix/pull/6390#issuecomment-1047001467
Multi-jobs run in parallel by default, see it [here](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobs). Splitting into two jobs(like build and build-plugin), then they'll cover all the scope together and reduce total cost time. - build-plugin job proves `t/plugin` cases with preserving env variable value `true` or `on` etc Hope this helps you. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
