diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c0c9a9c..e3b56ba2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,8 +43,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 test:test --lf - hatch run test:test --lf + hatch run cov:test --cov-fail-under 50 || hatch run test:test --lf - name: Run the tests on pypy timeout-minutes: 15 @@ -56,8 +55,7 @@ jobs: timeout-minutes: 15 if: ${{ startsWith(matrix.os, 'windows') }} run: | - #hatch run cov:nowarn || hatch run test:nowarn --lf - hatch run test:test --lf + hatch run cov:nowarn || hatch run test:nowarn --lf - name: Check Launcher run: |