[misc] Rename CI client tests (#3366)

This commit is contained in:
Viktor Liu
2025-02-21 19:07:43 +01:00
committed by GitHub
parent a74208abac
commit 73ce746ba7
5 changed files with 18 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
name: Test Code Windows
name: "Windows"
on:
push:
@@ -14,6 +14,7 @@ concurrency:
jobs:
test:
name: "Client / Unit"
runs-on: windows-latest
steps:
- name: Checkout code