AMythicDev / minus

An asynchronous, runtime data feedable terminal paging library for Rust
https://crates.io/crates/minus/
Apache License 2.0
316 stars 23 forks source link

Add a CI with Github actions #3

Closed poliorcetics closed 3 years ago

poliorcetics commented 3 years ago

This adds basic CI that will run on each commit to master and for pull requests

AMythicDev commented 3 years ago

Thank you very much for the PR. I am very appreciated

poliorcetics commented 3 years ago

I'm writing tests right now. 😄 , there are places some code can be factored out and tests written for it.

AMythicDev commented 3 years ago

Oh that's great. Good luck and thanks again

poliorcetics commented 3 years ago

I'll open a PR with the starts of the tests soon so you can review it. 😄

AMythicDev commented 3 years ago

Fine. I am merging these changes

AMythicDev commented 3 years ago

You had mistyped the branch namr. It should be main but you called it master. Although I have fixed it. Also you didn't ask it to build with all features. I am gonna fix that