Skip to content

Commit

Permalink
Add helper command for running tests w/Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
jalessio committed Oct 22, 2019
1 parent ba08eec commit cb2881c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ docker-up:
docker-db-migrate:
docker-compose run --rm web rake db:migrate

docker-test:
docker-compose run --rm web rake test:db

docker-populate-db:
wget https://download.geofabrik.de/north-america/us/district-of-columbia-latest.osm.pbf
docker-compose run --rm web osmosis \
Expand Down

0 comments on commit cb2881c

Please sign in to comment.