Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 169b9d1

Browse files
committed
add sslmode=disable in TEST_URL
1 parent 884f12b commit 169b9d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎.github/workflows/code-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
version: '0.11.0'
5353
args: --out Xml --all --all-features
5454
env:
55-
TEST_URL: "postgresql://localhost/postgres?user=postgres&password=postgres"
55+
TEST_URL: "postgresql://localhost/postgres?user=postgres&password=postgres?sslmode=disable"
5656
- name: Upload to codecov.io
5757
uses: codecov/codecov-action@v1.0.2
5858
with:

‎.github/workflows/stable-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ jobs:
6161
command: test
6262
args: --all --all-features --no-fail-fast -- --nocapture
6363
env:
64-
TEST_URL: "postgresql://localhost/postgres?user=postgres&password=postgres"
64+
TEST_URL: "postgresql://localhost/postgres?user=postgres&password=postgres?sslmode=disable"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /