Skip to content

Commit

Permalink
Debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthomas23 committed Jul 1, 2024
1 parent 6dd7262 commit 651299f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: |
Expand Down

0 comments on commit 651299f

Please sign in to comment.