-
Notifications
You must be signed in to change notification settings - Fork 4
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
chore/fix: add CI for more platforms and targets, fix build error on 32bit systems #46
chore/fix: add CI for more platforms and targets, fix build error on 32bit systems #46
Conversation
38557c2
to
eca2e30
Compare
This is due to how syncify works: you place those The principled solution would be to modify the |
Right, makes sense to me now. So for now the |
Re The implementation of Ord should implement that order, and refer to it in the doc comment. Sorry, I forgot about that order earlier. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is really great to have coverage like this, thank you!
This adds more CI workflows (adapted from iroh):
cargo fmt
andcargo clippy
checksapart from the CI workflow this
All green now!