elixir-circuits / circuits_uart

Discover and use UARTs and serial ports in Elixir
Apache License 2.0
188 stars 48 forks source link

Run CI workflow in GitHub Actions #104

Closed chrisdambrosio closed 3 years ago

chrisdambrosio commented 3 years ago

A GitHub Actions workflow that replaces the tests that run on Travis CI.

GitHub Actions will enable contributors to run the tests on their own forked project without any additional configuration.

Runs test workers for the following configurations:

Additional notes:

fhunleth commented 3 years ago

This is awesome and solves a huge pain point for me when working on this project. Thank you!!