Skip to content

Commit 5a36fc5

Browse files
committed
ci: print out durations
Signed-off-by: Henry Schreiner <henryfs@princeton.edu>
1 parent 93c8c13 commit 5a36fc5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)