Skip to content

Commit 413427f

Browse files
committed
run all unit tests
Signed-off-by: Sai Shree Pradhan <saishree.pradhan@databricks.com>
1 parent 39a0530 commit 413427f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-quality-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
# run test suite
113113
#----------------------------------------------
114114
- name: Run tests
115-
run: poetry run python -m pytest tests/unit/test_client.py -v -s
115+
run: poetry run python -m pytest tests/unit -v -s
116116
check-linting:
117117
runs-on: ubuntu-latest
118118
strategy:

0 commit comments

Comments
 (0)