diff --git a/bin/run-all-tests.sh b/bin/run-all-tests.sh index 266674c..2a50b7d 100755 --- a/bin/run-all-tests.sh +++ b/bin/run-all-tests.sh @@ -3,5 +3,5 @@ project_dir="$(dirname $( dirname $(readlink -f ${BASH_SOURCE[0]})))" cd ${project_dir} rake db:migrate RAILS_ENV=test -brakeman +CI=true brakeman rake test