From 2bf5b135c79377e6eb9eaf6dc148f0d05ef9ea2a Mon Sep 17 00:00:00 2001 From: Yidi Date: Sat, 5 Oct 2024 14:43:10 -0400 Subject: [PATCH] chore(workflow): rename GitHub Actions workflow for clarity Renamed the workflow from 'Go' to 'Test' to better reflect its purpose of running tests, enhancing readability and maintainability of the CI configuration. --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0dc291b..1400d77 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,4 +1,4 @@ -name: Go +name: Test on: push: