We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2017df6 commit 32ec3a7Copy full SHA for 32ec3a7
.github/workflows/ci.yaml
@@ -129,7 +129,7 @@ jobs:
129
PYTHONIOENCODING: "utf-8"
130
GIT_SSH_COMMAND: ssh -o StrictHostKeyChecking=accept-new -o CheckHostIP=no
131
run: |
132
- pipenv run pytest -ra -n auto -v --fulltrace tests
+ pipenv run pytest -ra -n auto -v --fulltrace tests/integration/test_cli.py
133
134
build:
135
name: Build Package
0 commit comments