diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 695b36a..c0ae884 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: run: go mod tidy - name: Run tests - run: go test -coverprofile=coverage.txt + run: go test ./... -v -coverprofile=coverage.txt - name: Upload results to Codecov uses: codecov/codecov-action@v4 with: