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