Closed
Description
Hi,
I believe there is some merit migrating the CI tests to a GitHub workflow, is there any appetite for it?
- Easy access via the
Actions
menu in GitHub. - Currently macos tests are running on GitHub while the rest run on CircleCi, we can get test results under a single badge.
- GitHub appears to give unlimited credit for running jobs, thus we can extend the test coverage to include all supported versions across all architectures.
I have created a simple demo workflow to showcase the outcome https://github.com/ikappaki/cider/blob/a4de8824d8e3cdbc8756660fab78f883eea60bfd/.github/workflows/test.yml
It is configured to test what I believe are CIDER supported Emacs versions across macos, ubuntu and windows. There is also Emacs master setup only for ubuntu.
Thanks