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: