We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4a1300 commit 045c9a1Copy full SHA for 045c9a1
.github/workflows/unit_tests.yaml
@@ -68,5 +68,7 @@ jobs:
68
run: make install-deps
69
- name: Run all unit tests in JetStream (jetstream/tests)
70
run: make unit-tests
71
+ - name: Run all py tests in JetStream (jetstream/tests)
72
+ run: make py-tests
73
- name: Create test coverage report
- run: make check-test-coverage
74
+ run: make check-test-coverage
0 commit comments