From 5d8c136014cb40de7b6955716253b78ad7171b33 Mon Sep 17 00:00:00 2001 From: David Brochart Date: Wed, 26 Feb 2025 09:48:40 +0100 Subject: [PATCH] Test test_kernelapp.py only --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 09836ee33..2710f0032 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: timeout-minutes: 15 if: ${{ !startsWith( matrix.python-version, 'pypy' ) && !startsWith(matrix.os, 'windows') }} run: | - hatch run cov:test --cov-fail-under 50 + hatch run cov:pytest -v tests/test_kernelapp.py - name: Run the tests on pypy timeout-minutes: 15