Skip to content

Commit 8e9da77

Browse files
committed
Debug
1 parent ab793f6 commit 8e9da77

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ jobs:
2525
createdb pgsync_test2
2626
createdb pgsync_test3
2727
- run: bundle exec rake test
28+
env:
29+
VERBOSE: 1

lib/pgsync/data_source.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ def exists?
1515
end
1616

1717
def local?
18+
p host
1819
!host || %w(localhost 127.0.0.1).include?(host)
1920
end
2021

0 commit comments

Comments
 (0)