Skip to content

Commit bdf3f13

Browse files
committed
WIP: CI(GHActions): Run only tests with psycopg[c]
1 parent aab4288 commit bdf3f13

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/run-tests.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,6 @@ jobs:
9191
shell: bash -el {0}
9292
- name: Run tox @ Linux
9393
run: |
94-
devscripts/tox-select-envs $PYVER-mysql &&
95-
devscripts/tox-select-envs $PYVER-postgres &&
96-
devscripts/tox-select-envs $PYVER-sqlite &&
97-
devscripts/tox-select-envs $PYVER-flake8
94+
devscripts/tox-select-envs $PYVER-postgres-psycopg_c &&
9895
if: ${{ runner.os == 'Linux' }}
9996
shell: bash -el {0}

0 commit comments

Comments
 (0)