Skip to content

Commit

Permalink
test: do not run tests in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
kimdre committed Aug 6, 2024
1 parent 1a38255 commit b7ecaa0
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 @@ -34,7 +34,7 @@ jobs:
go-version-file: 'go.mod'
cache: true
- run: go mod download
- run: go test -v -race -coverprofile=coverage.out -covermode=atomic ./... -timeout 5m
- run: go test -p 1 -v -race -coverprofile=coverage.out -covermode=atomic ./... -timeout 5m
timeout-minutes: 5
env:
WEBHOOK_SECRET: test_Secret1
Expand Down

0 comments on commit b7ecaa0

Please sign in to comment.