diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d586af1e..1bb0eb4f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -101,6 +101,8 @@ jobs: rm regen.tgz - name: Run mod tidy run: go mod tidy + - name: Build the code + run: go build ./... - name: Run unit tests run: go test ./... - name: Run server coverage