Skip to content

Commit

Permalink
test increased parallelism
Browse files Browse the repository at this point in the history
  • Loading branch information
jxsl13 committed Mar 15, 2024
1 parent 626c0cd commit 554e0a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
run: docker-compose up -d

- name: Code Coverage
run: go test -timeout 900s -race -count=1 -parallel 1 -covermode=atomic -coverprofile=coverage.txt ./...
run: go test -timeout 900s -race -count=1 -parallel 2 -covermode=atomic -coverprofile=coverage.txt ./...

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 554e0a1

Please sign in to comment.