-
Notifications
You must be signed in to change notification settings - Fork 52
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
Default test binary #101
Comments
|
Your reddit post would suggest otherwise :)
I have to clean my rust projects regularly, because the fill up my disk >100GB. |
That post it 4 years old. You have to use
Also, aren't you already can check tests? Simply use |
All kinds of non- |
It would be nice to bloat check the default
cargo test
binary. It would allow to analyze bloat to reduce compile times.You could also do a release build, that would probably cover more than some superficial binary. There would be some noise due to dev-dependencies though.
Similar to #67
The text was updated successfully, but these errors were encountered: