Skip to content
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

Enable basic Rust CI support #2

Merged
merged 1 commit into from
Jul 26, 2022
Merged

Enable basic Rust CI support #2

merged 1 commit into from
Jul 26, 2022

Conversation

eholk
Copy link
Contributor

@eholk eholk commented Jul 21, 2022

Adds basic cargo test to CI.

We'll want to run miri soon as well, but I'd like to do that as a separate step.

Adds basic `cargo test` to CI.

We'll want to run miri soon as well, but I'd like to do that as a separate step.
@eholk eholk requested a review from daprilik July 21, 2022 19:35
Copy link
Collaborator

@daprilik daprilik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

Running clippy would be nice as well, but given the relative simplicity of the crate, I leave it up to you whether it's worth it. You'd also have to decide whether you'd want to pull in the clippy config from the old repo, or just stick with the out-of-box defaults.

Ahh, and rustfmt. Probably a good idea to include that in the CI as well.

@eholk eholk merged commit 431c503 into main Jul 26, 2022
@eholk
Copy link
Contributor Author

eholk commented Jul 26, 2022

Yeah, those tools sound good too. While I don't expect this crate to get big, it's easier to do that kind of infrastructure work early rather than doing it after the fact.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants