Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: parallelize Examples tests with turbo #4929

Closed
wants to merge 1 commit into from

Commits on May 17, 2023

  1. ci: make every examples test a workspace

    This setup will allow turbo to parallelize and cache execution of these
    tests. It also reduces the number of Github Workflow runs that are
    triggered when an example changes, greatly reducing the amount of
    computing power required to run the tests.
    
    This commit does not change the fact that all examples tests are run
    when any of the examples change. We may be able to wire up dependencies
    more carefully in the future, but this is not feasible at the moment
    because each example itself is not a workspace.
    mehulkar authored and Mehul Kar committed May 17, 2023
    Configuration menu
    Copy the full SHA
    f9cec7d View commit details
    Browse the repository at this point in the history