Skip to content

Commit 285ee4e

Browse files
run full test_connection
1 parent 051669e commit 285ee4e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/run_single_test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@ jobs:
3232
3333
- name: Run pytest with input arguments
3434
run: |
35-
pytest -vvv -k "ocsp_mode" .
35+
# pytest -vvv -k "ocsp_mode" .
36+
pytest -vv test/integ/test_connection.py

0 commit comments

Comments
 (0)