Skip to content

Commit 4d3e773

Browse files
committed
also test pg
1 parent e4eeee9 commit 4d3e773

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/actions/test-gentoo/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ runs:
1818
fi
1919
export PDO_MYSQL_TEST_USER=ci
2020
export PDO_MYSQL_TEST_PASS=ci
21+
export PGSQL_TEST_CONNSTR="host=localhost dbname=test port=5432 user=ci password=ci"
22+
if [[ -z "$PDO_PGSQL_TEST_DSN" ]]; then
23+
export PDO_PGSQL_TEST_DSN="pgsql:host=localhost port=5432 dbname=test user=ci password=ci"
24+
fi
2125
# Slow tests criteron is doubled because this runner isn't as fast as others
2226
export SKIP_IO_CAPTURE_TESTS=1
2327
export STACK_LIMIT_DEFAULTS_CHECK=1

0 commit comments

Comments
 (0)