From 5eb452e7d0355872b54adcaca24af755c6f1a2e2 Mon Sep 17 00:00:00 2001 From: roc Date: Wed, 3 Aug 2022 15:13:41 +0800 Subject: [PATCH] remove -p=1 in go test --- .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 ada219da..a479e10f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,4 +30,4 @@ jobs: with: go-version: ${{ matrix.go }} - name: Test - run: go test -p=1 ./... -coverprofile=coverage.txt \ No newline at end of file + run: go test ./... -coverprofile=coverage.txt \ No newline at end of file