File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -43,18 +43,21 @@ jobs:
4343 timeout-minutes : 15
4444 if : ${{ !startsWith( matrix.python-version, 'pypy' ) && !startsWith(matrix.os, 'windows') }}
4545 run : |
46+ hatch run test:python --version
4647 hatch run cov:test --cov-fail-under 50 || hatch run test:test --lf
4748
4849 - name : Run the tests on pypy
4950 timeout-minutes : 15
5051 if : ${{ startsWith( matrix.python-version, 'pypy' ) }}
5152 run : |
53+ hatch run test:python --version
5254 hatch run test:nowarn || hatch run test:nowarn --lf
5355
5456 - name : Run the tests on Windows
5557 timeout-minutes : 15
5658 if : ${{ startsWith(matrix.os, 'windows') }}
5759 run : |
60+ hatch run test:python --version
5861 hatch run cov:nowarn || hatch run test:nowarn --lf
5962
6063 - name : Check Launcher
You can’t perform that action at this time.
0 commit comments