Skip to content

Enable basic Rust CI support#2

Merged
eholk merged 1 commit intomainfrom
eholk/enable-ci
Jul 26, 2022
Merged

Enable basic Rust CI support#2
eholk merged 1 commit intomainfrom
eholk/enable-ci

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
Contributor

@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