Add CI workflow#14
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: ea759e17b8
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
see #16, can you both coordinate so that I can merge in one go so that CI does not give all red. |
|
@Gmin2 I think we should wait a bit before merging this PR. Since we are now moving towards adopting cups-rs with CUPS 3, the CI logic will likely change accordingly. So it may be better to postpone this for now, and later @n0y0nD can update/create the CI workflow based on the new setup for the repository. |
|
@Abd002 Makes sense! I'll wait for the CUPS 3 migration to stabilize and update the CI accordingly. |
Adds a CI workflow using GitHub Actions to build and test the project on each push and pull request.
The workflow:
• builds the project using cargo build
• runs tests using cargo test