From e5101f7587c1715ffc125d05a11cfa86827fa12b Mon Sep 17 00:00:00 2001 From: "Marcel M. Otte" Date: Fri, 12 May 2023 16:04:20 +0200 Subject: [PATCH] Proper test command --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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