Skip to content

Commit

Permalink
verbose test of sql module
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd committed Nov 9, 2024
1 parent 1abf86c commit 1f38f1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
- name: "Future infer strings (without pyarrow)"
env_file: actions-311.yaml
pandas_future_infer_string: "1"
test_args: "-v"
- name: "Pypy"
env_file: actions-pypy-39.yaml
pattern: "not slow and not network and not single_cpu"
Expand Down Expand Up @@ -187,7 +188,7 @@ jobs:
cancel-in-progress: true
env:
PANDAS_CI: 1
PYTEST_TARGET: pandas
PYTEST_TARGET: pandas/tests/io/test_sql.py
PATTERN: "not slow and not db and not network and not single_cpu"
PYTEST_WORKERS: 'auto'

Expand Down

0 comments on commit 1f38f1d

Please sign in to comment.