nlopes / libhoney-rust

Rust library for sending data to Honeycomb
MIT License
23 stars 16 forks source link

ci: use working github ci #64

Closed Fishrock123 closed 3 years ago

Fishrock123 commented 3 years ago

Gives this project a working test/check/fmt/clippy ci via GitHub actions.

(Note: this needs to be enabled in repository settings, I think.)

nlopes commented 3 years ago

I'd like to merge once we have the same support matrix as Travis (stable, beta and nightly with nightly being a pass even if it fails). Alternatively, you remove the deletion of .travis.yml, I merge the .github workflow and we then iterate. And once we have the same support we remove travis. What do you think?

nlopes commented 3 years ago

Thank you @Fishrock123