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

Elide test (and doctest) steps where not required #480

Merged
merged 1 commit into from
Aug 2, 2023

Conversation

pfmooney
Copy link
Collaborator

@pfmooney pfmooney commented Aug 2, 2023

No description provided.

Copy link
Contributor

@gjcolombo gjcolombo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have one suggested tweak, but beyond that LGTM.

For my understanding (since I've not played with these options much), is the motivation here just to reduce the build time/run time/output spew from running cargo test? Do we get additional benefits from eliding these?

lib/propolis-client/Cargo.toml Show resolved Hide resolved
@pfmooney
Copy link
Collaborator Author

pfmooney commented Aug 2, 2023

I have one suggested tweak, but beyond that LGTM.

For my understanding (since I've not played with these options much), is the motivation here just to reduce the build time/run time/output spew from running cargo test?

Yeah, I wanted to skip building crates (for test) which lack any tests to be run.

@gjcolombo
Copy link
Contributor

Makes sense to me, thanks!

@pfmooney pfmooney merged commit 5b8f7df into oxidecomputer:master Aug 2, 2023
8 checks passed
@pfmooney pfmooney deleted the elide-tests branch August 2, 2023 19:04
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

Successfully merging this pull request may close these issues.

2 participants