Closed rhysd closed 3 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).
stable
1.36
And I confirmed all tests passed with my forked repository: https://github.com/rhysd/term-crate/actions/runs/1368569222
New workflow ran successfully on the merge commit. Would you disable CircleCI for this repository?
Already done :smile:.
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
and1.36
(MSRV of this project).And I confirmed all tests passed with my forked repository: https://github.com/rhysd/term-crate/actions/runs/1368569222