-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Add master 'ci.sh' #35
Comments
@Aaron1011 So I am thinking of adding the simplified version. As far as I know, this can detect most cases with the following exceptions.
In addition, the following cases will cause an error.
Any thoughts? |
Currently, pin-project runs several different checks on Azure pipelines, from a standard
cargo test
to acompiletest-rs
test to clippy. It can be very easy to forgot to one run of these locally, or to run one with the incorrect flag (e.g. missing--all
).It would be very helpful if pin-project provided a master
ci.sh
script to run exactly the same checks done by CI. This would make it easier to test out local changes to pin-project before submitting a PR.The text was updated successfully, but these errors were encountered: