diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 94edbb1..a5a29cf 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -16,7 +16,7 @@ jobs: with: go-version: '1.22.4' - - name: Build + - name: Build & Test run: go build -v ./... - name: Test