mtreinish / subunit-rust

A subunit v2 protocol implementation in Rust
Apache License 2.0
2 stars 2 forks source link

Migrate CI to github actions #9

Closed mtreinish closed 2 years ago

mtreinish commented 2 years ago

This commit migrates CI to github actions. Previously we were using a combination of appveyor and travis both of which aren't really viable solutions for running CI on open source projects anymore. This commit just moves to using github actions on the repository for all testing.