We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This would benefit projects where (1) there are tests that are slow to run, and (2) those tests have no removal candidates.
Syntax-wise, the option might be--dry-run MODE, with MODE one of off, build-only, or on.
--dry-run MODE
MODE
off
build-only
on
--no-dry-run would then become an alias for --dry-run off.
--no-dry-run
--dry-run off
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This would benefit projects where (1) there are tests that are slow to run, and (2) those tests have no removal candidates.
Syntax-wise, the option might be
--dry-run MODE
, withMODE
one ofoff
,build-only
, oron
.--no-dry-run
would then become an alias for--dry-run off
.The text was updated successfully, but these errors were encountered: