Skip to content

Commit

Permalink
test: run local tests against all Rails versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
pat committed Jan 9, 2022
1 parent 806f20a commit 4b9c18d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/test
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ set -o allexport
source .overmind.env
set +o allexport

DB_ADAPTER=postgresql DB_HOST=127.0.0.1 DB_PORT=${POSTGRES_PORT} bundle exec rspec
DB_ADAPTER=mysql2 DB_USERNAME=${MYSQL_USERNAME} DB_PASSWORD=${MYSQL_PASSWORD} DB_HOST=127.0.0.1 DB_PORT=${MYSQL_PORT} bundle exec rspec
DB_ADAPTER=sqlite3 bundle exec rspec
DB_ADAPTER=postgresql DB_HOST=127.0.0.1 DB_PORT=${POSTGRES_PORT} bundle exec appraisal rspec
DB_ADAPTER=mysql2 DB_USERNAME=${MYSQL_USERNAME} DB_PASSWORD=${MYSQL_PASSWORD} DB_HOST=127.0.0.1 DB_PORT=${MYSQL_PORT} bundle exec appraisal rspec
DB_ADAPTER=sqlite3 bundle exec appraisal rspec

0 comments on commit 4b9c18d

Please sign in to comment.