From 177ab7b1077bbf6b198b738a43822c9ab56ecfe7 Mon Sep 17 00:00:00 2001 From: Federico Maggi <7142570+fredmaggiowski@users.noreply.github.com> Date: Wed, 20 Dec 2023 11:01:59 +0100 Subject: [PATCH] fix: unstable ci due to coveralls race (#308) --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 47c91fe..ceafd82 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,8 @@ jobs: uses: shogo82148/actions-goveralls@v1 with: path-to-profile: coverage.out - + flag-name: Go-${{ matrix.go_version }} + parallel: true test-latest: name: Test latest strategy: