clio / polymorphic_integer_type

MIT License
37 stars 35 forks source link

Add Github Action for automatically running tests #42

Closed alecclarke closed 3 years ago

alecclarke commented 3 years ago

What does this do?

This adds CI Github Action that will run the RSpec test suite against all gemfiles/ supported Rails versions when pull requests are opened against the master branch or commits are pushed to the master branch.

This will help ensure we don't merge breaking changes + make it easier to review pull requests from all contributors.