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 018d1fa commit b3504b1Copy full SHA for b3504b1
.github/workflows/test.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Test with pytest
36
run: |
37
pytest -vx --dist=loadfile -n auto
38
- - name: Run command-line tests
39
- run: |
40
- ./tests/test_local.bash # Test command-line with local server
41
- ./tests/test_remote.bash # Test command-line with remote server
+ #- name: Run command-line tests
+ # run: |
+ # ./tests/test_local.bash # Test command-line with local server
+ # ./tests/test_remote.bash # Test command-line with remote server
0 commit comments