Skip to content

Commit 045c9a1

Browse files
authored
Adding PyTests in JetStream unit test workflow for code coverage. (#242)
1 parent f4a1300 commit 045c9a1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/unit_tests.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,7 @@ jobs:
6868
run: make install-deps
6969
- name: Run all unit tests in JetStream (jetstream/tests)
7070
run: make unit-tests
71+
- name: Run all py tests in JetStream (jetstream/tests)
72+
run: make py-tests
7173
- name: Create test coverage report
72-
run: make check-test-coverage
74+
run: make check-test-coverage

0 commit comments

Comments
 (0)