Skip to content

Add a basic CI workflow#38

Open
rcloran wants to merge 3 commits intobparli:masterfrom
rcloran:ci
Open

Add a basic CI workflow#38
rcloran wants to merge 3 commits intobparli:masterfrom
rcloran:ci

Conversation

@rcloran
Copy link
Copy Markdown
Contributor

@rcloran rcloran commented Sep 8, 2023

A simple cargo check, cargo fmt --all -- --check, and cargo test, run on each commit to main and any PR.

Also specifies Rust edition 2021 to bring code up to modern spec.

@rcloran
Copy link
Copy Markdown
Contributor Author

rcloran commented Sep 8, 2023

Example good output at rcloran#1
Example bad output at rcloran#2

@rcloran rcloran force-pushed the ci branch 2 times, most recently from 3b7be60 to 1f2d134 Compare September 8, 2023 19:21
@rcloran
Copy link
Copy Markdown
Contributor Author

rcloran commented Sep 8, 2023

I didn't notice before that there's a .circleci ( #20 ). I don't know how to find if it's actually being used, but I can't find any feedback on past PRs or commits. If it's not used, I'm happy to amend this PR to remove it. If it is used, I'd be interested in learning how I can see the results.

Just a simple `cargo check`, `cargo fmt --all -- --check`, and `cargo
test`.
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.

1 participant