We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bc7b6d commit debb568Copy full SHA for debb568
.github/workflows/test_on_pr.yml
@@ -28,3 +28,4 @@ jobs:
28
- name: Run tests
29
run: |
30
env PYTHONPATH=./ pytest tests/unit
31
+ env PYTHONPATH=./ pytest tests/integration
0 commit comments