Skip to content

Commit 1f38f1d

Browse files
committed
verbose test of sql module
1 parent 1abf86c commit 1f38f1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/unit-tests.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
- name: "Future infer strings (without pyarrow)"
6565
env_file: actions-311.yaml
6666
pandas_future_infer_string: "1"
67+
test_args: "-v"
6768
- name: "Pypy"
6869
env_file: actions-pypy-39.yaml
6970
pattern: "not slow and not network and not single_cpu"
@@ -187,7 +188,7 @@ jobs:
187188
cancel-in-progress: true
188189
env:
189190
PANDAS_CI: 1
190-
PYTEST_TARGET: pandas
191+
PYTEST_TARGET: pandas/tests/io/test_sql.py
191192
PATTERN: "not slow and not db and not network and not single_cpu"
192193
PYTEST_WORKERS: 'auto'
193194

0 commit comments

Comments
 (0)