Stebalien / term

A Rust library for terminfo parsing and terminal colors.
https://stebalien.github.io/doc/term/term/
Apache License 2.0
178 stars 49 forks source link

Use GitHub Actions for CI #110

Closed rhysd closed 2 years ago

rhysd commented 2 years ago

Hi,

I found that CI has failed for a long time.

I replaced CI of this repository with GitHub Actions.

Pros are:

I configured a new minimal workflow which runs on macOS/Windows/Linux with Rust toolchain stable and 1.36 (MSRV of this project).

And I confirmed all tests passed with my forked repository: https://github.com/rhysd/term-crate/actions/runs/1368569222

rhysd commented 2 years ago

New workflow ran successfully on the merge commit. Would you disable CircleCI for this repository?

Stebalien commented 2 years ago

Already done :smile:.