eupn / macrotest

Test harness for declarative and procedural macros expansion via `cargo-expand`
47 stars 9 forks source link

Migrate from Travis CI to GitHub Actions #79

Closed dtolnay closed 2 years ago

dtolnay commented 2 years ago

Closes #54.


Screenshot from 2022-06-06 23-57-20

dtolnay commented 2 years ago

The cargo install cargo-expand step is quite slow, but the Travis setup was already doing the same thing. It's possible we can speed this up significantly by using https://github.com/actions-rs/install or https://github.com/Swatinem/rust-cache or https://github.com/actions/cache, but I have left that to a separate PR.