diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 170af6b..4484093 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -98,7 +98,7 @@ jobs: go-version: "1.22" - name: Unit test - run: go test -v -cover -coverprofile coverage.out ./... + run: go test -v -cover -parallel=1 -coverprofile coverage.out ./... - name: Check coverage id: check-coverage