Include slow tests in CI summary (#1295)

Show me the slow tests! ref
https://github.com/astral-sh/puffin/issues/878
This commit is contained in:
Zanie Blue 2024-02-13 13:52:56 -06:00 committed by GitHub
parent ea13d94c57
commit 36783743ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ jobs:
run: brew install coreutils
- uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: "3.12"
- name: "Install pipx"
run: pip install pipx
- name: "Install required Python versions"
@ -81,7 +81,7 @@ jobs:
with:
save-if: ${{ github.ref == 'refs/heads/main' }}
- name: "Cargo Test"
run: cargo nextest run --all --status-level skip --failure-output immediate-final --no-fail-fast -j 12
run: cargo nextest run --all --status-level skip --failure-output immediate-final --no-fail-fast -j 12 --final-status-level slow
# Separate job for the nightly crate
windows-trampoline: