-
Notifications
You must be signed in to change notification settings - Fork 10
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 Basic CI/CD #3
Comments
Seems like the crate name For the GitHub actions part, I added |
Mmm idk what to do with the existing name, maybe About the clippy, it should be quite trivial to do it in gh actions, lmk if you need any help |
Ok, we have all the basic checks in the action now - |
👑 |
Yeah, although I'm still not sure about the crate name. |
Btw Im afk now, so if you want to try and run |
I get you, but it's quite classic to add |
Indeed, For the name, I need to sleep on it first 😄 |
Sure While you're at it, would be great if you could open another issue or two with a description of what needs to be done (and maybe some hints where to start)😊 |
Just added one #6. I have plenty of ideas but most of them are too vague for a good first issue. I'll see how I could formalize and decompose them. |
Nice, will look into it soon :) |
Hello there!
cargo clippy
yields:pq
without building it locally afaik, which can be a huge drawback.Suggestion:
cargo clippy
,cargo fmt
,make test-all
andmake test-e2e
on every PR and push to mastercargo install pq
(and consider packaging it toapt
and such, I offered crates.io as it's the easiest option I think)The text was updated successfully, but these errors were encountered: