ci: Show output of failed tests at the end too (#39643)

This makes it a bit easier to read GHA logs of failed CI runs.

Release Notes:

- N/A
This commit is contained in:
Cole Miller
2025-10-06 17:40:45 -04:00
committed by GitHub
parent 4e932297a4
commit 31544d294d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -20,4 +20,4 @@ runs:
- name: Run tests
shell: bash -euxo pipefail {0}
run: cargo nextest run --workspace --no-fail-fast
run: cargo nextest run --workspace --no-fail-fast --failure-output immediate-final
+1 -1
View File
@@ -24,4 +24,4 @@ runs:
shell: powershell
working-directory: ${{ inputs.working-directory }}
run: |
cargo nextest run --workspace --no-fail-fast
cargo nextest run --workspace --no-fail-fast --failure-output immediate-final