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 }}