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

speed up tests by building fixtures; don't use trybuild #486

Open
ahl opened this issue Jan 17, 2024 · 0 comments
Open

speed up tests by building fixtures; don't use trybuild #486

ahl opened this issue Jan 17, 2024 · 0 comments

Comments

@ahl
Copy link
Collaborator

ahl commented Jan 17, 2024

We generate fixtures based on a bunch of input schemas and then we run those through trybuild... which takes a while. There really isn't much value in running each one separately. We could either do a single trybuild invocation for a file that includes all of them or we could have a distinct crate that sources all the generated rust fixtures.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant