safwank / ElixirRetry

Simple Elixir macros for linear retry, exponential backoff and wait with composable delays
Other
441 stars 32 forks source link

Create github actions to validate tests and coverage upon PRs #43

Closed am-kantox closed 3 years ago

am-kantox commented 3 years ago

Github can run tests and check the coverage blocking/allowing PR to be merged. I think it should be added (it’s extremely simple, feel free to assign the task to me.)

safwank commented 3 years ago

After merging your change yesterday I realised the Travis build was no longer working, so I migrated it to GitHub Actions which you can see in action here.

am-kantox commented 3 years ago