maciejhirsz / beef

Faster, more compact implementation of std::borrow::Cow
https://crates.io/crates/beef
Apache License 2.0
338 stars 17 forks source link

github ci #22

Closed Licenser closed 4 years ago

Licenser commented 4 years ago

What are the thoughts of migrating from Travis to GitHub CI? It allows nice integrations like pull request blocking so silly people like me can't contribute memory leaks unnoticed :/ I'm happy to make a PR for that.

maciejhirsz commented 4 years ago

All the tests were passing, so I'm not sure if another CI would catch that. Haven't used GitHub CI, if you say it's better I'm happy to give it a shot.

Licenser commented 4 years ago

👍 I'll throw something together, in the end, it's always a taste thing and you got to be comfortable with maintaining it. I'll make a PR and you can take a look.

maciejhirsz commented 4 years ago

Solved by #23.