Skip to content

Commit

Permalink
Add CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Feb 26, 2020
1 parent 434b1b8 commit 59daa02
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
How to set up your environment for running tests:

1. Run `script/bootstrap`

**Note:** on systems without Homebrew, you must ensure that MySQL 5.7, PostgreSQL 12, and MongoDB 4.x Community Edition are up and running.

2. Run `script/test_all`

This ensures that the Active Record part of the suite is run across `sqlite3`, `mysql`/`mysql2`, and `postgres` database adapters.

0 comments on commit 59daa02

Please sign in to comment.