Skip to content

Commit f7fc49c

Browse files
committed
Debug
1 parent 8f32a38 commit f7fc49c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
timeout-minutes: 15
5050
if: ${{ !startsWith( matrix.python-version, 'pypy' ) && !startsWith(matrix.os, 'windows') }}
5151
run: |
52-
hatch run cov:test --cov-fail-under 50
52+
hatch run test
5353
5454
- name: Run the tests on pypy
5555
timeout-minutes: 15
@@ -61,7 +61,7 @@ jobs:
6161
timeout-minutes: 15
6262
if: ${{ startsWith(matrix.os, 'windows') }}
6363
run: |
64-
hatch run cov:nowarn
64+
hatch run test
6565
6666
- name: Check Launcher
6767
run: |
@@ -164,7 +164,7 @@ jobs:
164164
165165
- name: Run the unit tests
166166
run: |
167-
hatch -v run test:nowarn
167+
hatch -v run test
168168
169169
test_prereleases:
170170
name: Test Prereleases
@@ -179,7 +179,7 @@ jobs:
179179
dependency_type: pre
180180
- name: Run the tests
181181
run: |
182-
hatch run test:nowarn
182+
hatch run test
183183
184184
make_sdist:
185185
name: Make SDist

0 commit comments

Comments
 (0)