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

Add basic CI configuration #3

Merged
merged 1 commit into from
Jan 9, 2024
Merged

Add basic CI configuration #3

merged 1 commit into from
Jan 9, 2024

Conversation

mtreinish
Copy link
Member

This commit adds a basic initial CI configuration. This just adds a single job that tests a build, runs cargo fmt and cargo clippy to ensure consistent formatting and style, and then runs the unittests. This provides coverage of the repo basics and we can expand and tweak this over time as the library evolves.

This commit adds a basic initial CI configuration. This just adds a
single job that tests a build, runs `cargo fmt` and `cargo clippy` to
ensure consistent formatting and style, and then runs the unittests.
This provides coverage of the repo basics and we can expand and tweak
this over time as the library evolves.
@mtreinish
Copy link
Member Author

This will be blocked until #2 merges at least.

@jlapeyre
Copy link
Collaborator

jlapeyre commented Jan 9, 2024

Thank you!

@jlapeyre jlapeyre merged commit a2a0de0 into main Jan 9, 2024
1 check failed
@jlapeyre jlapeyre deleted the add-gha branch January 23, 2024 16:59
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