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