diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 555d0aa..7065fd6 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -27,7 +27,7 @@ jobs: with: install-only: true - name: Test - run: go test -v -cover + run: go test -v -cover ./... - name: Build run: goreleaser build --snapshot --rm-dist - name: Go-linter