Skip to content

Commit 4b955e4

Browse files
committed
run a subset of integration tests. Only mysql with test_tortoise filter
1 parent 117f2ce commit 4b955e4

File tree

5 files changed

+700
-699
lines changed

5 files changed

+700
-699
lines changed

.github/workflows/integration_tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
python-version: [ "3.11", "3.12", "3.13" ]
22-
environment: [ "mysql", "pg" ]
21+
python-version: [ "3.11", ]
22+
# environment: [ "mysql", "pg" ]
23+
environment: [ "mysql",]
2324

2425
steps:
2526
- name: 'Clone repository'

0 commit comments

Comments
 (0)