You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, pin-project runs several different checks on Azure pipelines, from a standard cargo test to a compiletest-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:
@Aaron1011
Personally, I prefer to open PR as a draft and let CI do those checks but I agree that this is helpful. However, it takes a lot of time to do exactly the same checks that CI does. (FYI: This is a script to run exactly the same checks done by CI.)
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: