Skip to content

Commit 7679a6e

Browse files
committed
[STORE] Run persistence integration tests as part of the main integration tests
1 parent 0459677 commit 7679a6e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Rakefile

+8-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,14 @@ namespace :test do
7373
" bundle exec rake test:integration"
7474
puts "\n"
7575

76-
# 2/ elasticsearch-rails
76+
# 2/ elasticsearch-persistence
77+
#
78+
puts '-'*80
79+
sh "cd #{__current__.join('elasticsearch-persistence')} && unset BUNDLE_GEMFILE &&" +
80+
" bundle exec rake test:integration"
81+
puts "\n"
82+
83+
# 3/ elasticsearch-rails
7784
#
7885
puts '-'*80
7986
sh "cd #{__current__.join('elasticsearch-rails')} && unset BUNDLE_GEMFILE &&" +

0 commit comments

Comments
 (0)