Skip to content

Commit 3902828

Browse files
committed
hmm
1 parent 9d51fe8 commit 3902828

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
@@ -7,7 +7,7 @@ set -o xtrace
77

88
sleep 1
99

10-
psql -h 127.0.0.1 -p 5432 -f tests/sharding/query_routing_setup.sql
10+
psql -h 127.0.0.1 -p 5432 -U postgres -f tests/sharding/query_routing_setup.sql
1111

1212
# Setup PgBench
1313
pgbench -i -h 127.0.0.1 -p 6432

0 commit comments

Comments
 (0)