From 1c604f9b8335ee7e6d5630f758a2a22b69a1c15c Mon Sep 17 00:00:00 2001 From: overtrue Date: Sat, 5 Sep 2026 09:30:43 +0800 Subject: [PATCH] test(ci): require a fresh core JUnit report --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a0271d01b..98fc6cc30 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -269,6 +269,7 @@ jobs: CARGO_BUILD_JOBS: ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && '3' || '2' }} run: | mkdir -p artifacts/test-and-lint + rm -f target/nextest/ci/junit.xml ./scripts/ci/resource_sampler.sh start nextest trap './scripts/ci/resource_sampler.sh stop' EXIT set +e