From 5cc23f12d7e9e54eac16d1e81e786c703f427008 Mon Sep 17 00:00:00 2001 From: Mostafa Moradian Date: Sat, 28 Dec 2024 00:27:37 +0100 Subject: [PATCH] Enable parallelism in tests --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index de55a843..4451a279 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -81,7 +81,7 @@ jobs: dockerfile: Dockerfile - name: Run Go tests 🔬 - run: go test -tags embed_plugin_template -p 1 -cover -covermode atomic -coverprofile=profile.cov -v ./... + run: go test -tags embed_plugin_template -cover -covermode atomic -coverprofile=profile.cov -v ./... env: GITHUB_AUTH_TOKEN: ${{ secrets.INTEGRATION }}