Skip to content

Commit

Permalink
remove -p=1 in go test
Browse files Browse the repository at this point in the history
  • Loading branch information
imroc committed Aug 3, 2022
1 parent 4126a6b commit 5eb452e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
with:
go-version: ${{ matrix.go }}
- name: Test
run: go test -p=1 ./... -coverprofile=coverage.txt
run: go test ./... -coverprofile=coverage.txt

0 comments on commit 5eb452e

Please sign in to comment.