Skip to content

Commit 33bb4b3

Browse files
authored
Fix tests (use sudo) (#276)
use sudo
1 parent af1f199 commit 33bb4b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ kill -SIGHUP $(pgrep pgcat) # Reload config again
8989
#
9090
cd tests/ruby
9191
sudo gem install bundler
92-
bundle install
92+
sudo bundle install
9393
bundle exec ruby tests.rb || exit 1
9494
bundle exec rspec *_spec.rb || exit 1
9595
cd ../..

0 commit comments

Comments
 (0)