Skip to content

Commit

Permalink
feat: adding -parallel=1 to the go.yml workflow for unit test step
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurflame committed Jan 22, 2025
1 parent a7cdefb commit 71234e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
go-version: "1.22"

- name: Unit test
run: go test -v -cover -coverprofile coverage.out ./...
run: go test -v -cover -parallel=1 -coverprofile coverage.out ./...

- name: Check coverage
id: check-coverage
Expand Down

0 comments on commit 71234e5

Please sign in to comment.