-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
Tool fails on Windows #276
Comments
It might be a good idea to have at least one "positive" and one "negative" test (in terms of whether they're expected to find any semver issues) that run on each of our supported platforms and architectures (the ones we build binaries for). |
Underlying cause: frewsxcv/rust-crates-index#93 |
Unfortunately, the tool still fails on Windows when it is run from a precompiled binary. The problem occurs only when the |
Completed by #389 |
Related: obi1kenobi/cargo-semver-checks-action#21 (comment)
In short, there seems to be a path issue when comparing the crate with a baseline from the registry.
Proposed solution: try to reproduce the bug locally on Windows (if it somehow works, write a comment about it in the mentioned PR), fix it after reproducing and add an integration test (in the CI).
The text was updated successfully, but these errors were encountered: