From 2157b08f4406623ea8264ce7be28bc40502a59bf Mon Sep 17 00:00:00 2001 From: Sleep_AllDay <37238439+SpeedReach@users.noreply.github.com> Date: Mon, 20 May 2024 02:51:42 +0800 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index f7087f0..538346d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -13,7 +13,8 @@ on: jobs: - build: + test: + environment: test runs-on: ubuntu-latest steps: - uses: actions/checkout@v3