Skip to content

Commit 32ec3a7

Browse files
committed
run cli tests only
1 parent 2017df6 commit 32ec3a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
PYTHONIOENCODING: "utf-8"
130130
GIT_SSH_COMMAND: ssh -o StrictHostKeyChecking=accept-new -o CheckHostIP=no
131131
run: |
132-
pipenv run pytest -ra -n auto -v --fulltrace tests
132+
pipenv run pytest -ra -n auto -v --fulltrace tests/integration/test_cli.py
133133
134134
build:
135135
name: Build Package

0 commit comments

Comments
 (0)