Skip to content

Commit 5d8c136

Browse files
committed
Test test_kernelapp.py only
1 parent 38b470a commit 5d8c136

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
timeout-minutes: 15
4848
if: ${{ !startsWith( matrix.python-version, 'pypy' ) && !startsWith(matrix.os, 'windows') }}
4949
run: |
50-
hatch run cov:test --cov-fail-under 50
50+
hatch run cov:pytest -v tests/test_kernelapp.py
5151
5252
- name: Run the tests on pypy
5353
timeout-minutes: 15

0 commit comments

Comments
 (0)