luser / rust-test-assembler

A Rust crate containing a set of types for building complex binary streams.
MIT License
10 stars 4 forks source link

Migrate CI to GitHub Actions #8

Closed luser closed 3 years ago

luser commented 3 years ago

Now that Travis CI has ended their free tier, CI should migrate to GitHub Actions. The actions-rs quickstart example is probably a good place to start.

luser commented 3 years ago

Fixed in https://github.com/luser/rust-test-assembler/commit/a5d2914c549530ed28612095631680502e9b5988, with a few followups to fix clippy lints and formatting.