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

Combine re_types integration tests into one test target. #7250

Merged
merged 1 commit into from
Aug 21, 2024

Commits on Aug 21, 2024

  1. Combine re_types integration tests into one test target.

    This significantly reduces (re)build times and total artifact size
    for these tests as a whole.
    
    A disadvantage is that now `tests/types/main.rs` needs to list child
    modules. If desired, this could be added to the code generator; the
    `cfg`s in `main.rs` could equally well be moved inside each module
    to make the file completely regular.
    kpreid committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    73d991d View commit details
    Browse the repository at this point in the history