From 547be54ee87592c4d278cb2e9c03ba09913e8164 Mon Sep 17 00:00:00 2001 From: pakrym-oai Date: Thu, 13 Nov 2025 13:50:33 -0800 Subject: [PATCH] Only list failed tests (#6619) Makes output easier to parse --- .github/workflows/rust-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust-ci.yml b/.github/workflows/rust-ci.yml index 1a900bffd..5d3103d7b 100644 --- a/.github/workflows/rust-ci.yml +++ b/.github/workflows/rust-ci.yml @@ -406,10 +406,10 @@ jobs: - name: tests id: test - continue-on-error: true run: cargo nextest run --all-features --no-fail-fast --target ${{ matrix.target }} --cargo-profile ci-test env: RUST_BACKTRACE: 1 + NEXTEST_STATUS_LEVEL: leak - name: Save cargo home cache if: always() && !cancelled() && steps.cache_cargo_home_restore.outputs.cache-hit != 'true'