From 0952751f682428ea66ed181ef0f94708deb80b18 Mon Sep 17 00:00:00 2001 From: Philipp Resch Date: Tue, 11 Jun 2024 09:59:26 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 459fb15..39cffe9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: - name: Gather dependencies run: go mod download - name: Run coverage - run: go test -coverprofile=coverage.txt -covermode=atomic ./... + run: go test -p 1 -coverprofile=coverage.txt -covermode=atomic ./... - name: Upload coverage to Codecov uses: codecov/codecov-action@v4 with: