Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Apr 4, 2024
1 parent 51ecf4f commit 664e8ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
- name: Run the tests
if: ${{ !startsWith(matrix.python-version, 'pypy') }}
run: hatch run cov:test
run: hatch -v run cov:test
- name: Run the tests on pypy
if: ${{ startsWith(matrix.python-version, 'pypy') }}
run: hatch run cov:nowarn
run: hatch -v run cov:nowarn
- uses: jupyterlab/maintainer-tools/.github/actions/upload-coverage@v1

coverage_report:
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
dependency_type: pre
- name: Run the tests
run: |
hatch run test:nowarn || hatch run test:nowarn --lf
hatch run -v test:nowarn || hatch -v run test:nowarn --lf
make_sdist:
name: Make SDist
Expand Down

0 comments on commit 664e8ab

Please sign in to comment.