From 24629687312e673d3bc4c429e2af9f95e2063f34 Mon Sep 17 00:00:00 2001 From: Tw93 Date: Fri, 2 Jan 2026 19:16:52 +0800 Subject: [PATCH] chore: clarify workflow test job name to Unit & Integration Tests --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b5fe6e6..4f1530f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ on: jobs: tests: - name: Test + name: Unit & Integration Tests runs-on: macos-latest steps: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4