Skip to content

Commit 2094826

Browse files
committed
Change the command used for running tests
1 parent 4f94e2d commit 2094826

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script/cibuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ else
3434
$docker_compose run web bin/rake db:migrate
3535
$docker_compose run web bin/rake db:seed
3636
fi
37-
$docker_compose run web bin/rake test
38-
37+
echo "==> Running the tests…"
38+
$docker_compose run web bin/rails test

0 commit comments

Comments
 (0)