fastping-rs icon indicating copy to clipboard operation
fastping-rs copied to clipboard

Add a basic CI workflow

Open rcloran opened this issue 9 months ago • 2 comments

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 avatar Sep 08 '23 03:09 rcloran

Example good output at https://github.com/rcloran/fastping-rs/pull/1 Example bad output at https://github.com/rcloran/fastping-rs/pull/2

rcloran avatar Sep 08 '23 03:09 rcloran

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.

rcloran avatar Sep 08 '23 19:09 rcloran