Skip to content

Commit 3d75632

Browse files
committed
chore: run pg integration tests
1 parent 7d022ee commit 3d75632

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/integration_tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- main
8+
- test/pg-segfault
89

910
permissions:
1011
id-token: write # This is required for requesting the JWT
@@ -18,7 +19,7 @@ jobs:
1819
fail-fast: false
1920
matrix:
2021
python-version: [ "3.11", "3.12", "3.13" ]
21-
environment: [ "mysql", "pg" ]
22+
environment: [ "pg" ]
2223

2324
steps:
2425
- name: 'Clone repository'
@@ -72,7 +73,7 @@ jobs:
7273
fail-fast: false
7374
matrix:
7475
python-version: [ "3.11", "3.12", "3.13" ]
75-
environment: ["mysql", "pg"]
76+
environment: ["pg"]
7677

7778
steps:
7879
- name: 'Clone repository'

0 commit comments

Comments
 (0)