We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c534178 commit b5defa7Copy full SHA for b5defa7
1 file changed
.github/workflows/ci.yml
@@ -71,7 +71,8 @@ jobs:
71
env:
72
PYTEST_HTTPSERVER_HOST: '127.0.0.1'
73
run: |
74
- echo FOO
+ poetry run pytest tests -s -vv --release
75
+ # poetry run pytest tests -s -vv --ssl
76
77
78
- name: Codecov upload
0 commit comments