From 48a018c99d63581fa667ba946ada9c6226df4b8d Mon Sep 17 00:00:00 2001 From: Antoine Aflalo <197810+Belphemur@users.noreply.github.com> Date: Tue, 27 Aug 2024 10:30:53 -0400 Subject: [PATCH] ci: fix test --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: