diff --git a/.github/workflows/gobuild.yml b/.github/workflows/gobuild.yml index 332411e..4180938 100644 --- a/.github/workflows/gobuild.yml +++ b/.github/workflows/gobuild.yml @@ -59,6 +59,6 @@ jobs: - name: Install dependencies run: go get . - name: Build - run: go build -v ./... + run: go build ./... - name: Test with the Go CLI - run: go test + run: go test ./...