File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -61,12 +61,12 @@ jobs:
6161 - name : Install Nox-under-test (uv)
6262 run : uv pip install --system .
6363 - name : Run tests on ${{ matrix.os }}
64- run : nox --session "tests-${{ matrix.python-version }}" -- --full-trace
64+ run : nox --session "tests-${{ matrix.python-version }}" -- --durations=10
6565 - name : Run min-version tests on ${{ matrix.os }}
66- run : nox --session minimums --force-python="${{ matrix.python-version }}" -- --full-trace
66+ run : nox --session minimums --force-python="${{ matrix.python-version }}" -- --durations=10
6767 - name : Run Conda tests
6868 if : matrix.python-version == '3.14'
69- run : nox --session "conda_tests" -- --full-trace
69+ run : nox --session "conda_tests" -- --durations=5
7070 - name : Save coverage report
7171 uses : actions/upload-artifact@v7
7272 with :
You can’t perform that action at this time.
0 commit comments