From ef39b2c6f07014daf6d606a11f24acebfbe0f0c3 Mon Sep 17 00:00:00 2001 From: phoenix Date: Mon, 3 Feb 2025 00:49:16 +0000 Subject: [PATCH] Update .github/workflows/go.yaml --- .github/workflows/go.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index f8def07..f648506 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -19,10 +19,10 @@ jobs: go-version: 'stable' # You can specify a specific version or 'stable' - name: Build - run: go build -v./... + run: go build -v ./... - name: Test - run: go test -v./... + run: go test -v ./... - name: Run gofmt (optional) # Uncomment to check code formatting with gofmt