Skip to content

Commit

Permalink
Add a development section for contributors
Browse files Browse the repository at this point in the history
This should make it easier for people to set up the library and run the test suite within Docker
  • Loading branch information
etagwerker committed Jul 12, 2024
1 parent 8c6d5da commit c466166
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,18 @@ test:
min_messages: WARNING
</pre>

## Development

If you want to test this library locally, you can do so like this:

```
docker compose run --build --rm ruby /bin/bash
bundle
bundle exec rake
```

You will need Docker installed. The configuration is set up for the latest Ruby, Rails, Postgres, and MySQL versions.

## COPYRIGHT

See [LICENSE](LICENSE) for details.

0 comments on commit c466166

Please sign in to comment.