From 76e52ea37447d6af39b2dd6f91a2bf1ed57e7494 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=B0=8F=E7=99=BD?= <364772080@qq.com> Date: Thu, 10 Jul 2025 11:26:48 +0800 Subject: [PATCH] ci: Improve windows_tests description (#34123) We're running clippy and tests in our ci Release Notes: - N/A --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23f0b3915a..e2d5209b18 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -390,7 +390,7 @@ jobs: windows_tests: timeout-minutes: 60 - name: (Windows) Run Tests + name: (Windows) Run Clippy and tests needs: [job_spec] if: | github.repository_owner == 'zed-industries' &&