We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b6d8a7 commit b010dbaCopy full SHA for b010dba
.github/workflows/go.yml
@@ -62,18 +62,4 @@ jobs:
62
with:
63
go-version: ${{ matrix.go-version }}
64
- name: Run tests with coverage
65
- continue-on-error: true
66
- run: go test -shuffle=on -v -race -coverprofile=coverage -covermode=atomic -json ./... > test-report.json
67
- env:
68
- PGPORT: 5432
69
- PGHOST: localhost
70
- PGUSER: postgres
71
- PGPASSWORD: postgres
72
- PGDATABASE: postgres
73
- PGSSLMODE: disable
74
- REDIS_HOST: localhost
75
- REDIS_PORT: 6379
76
- - name: Analyze test report
77
- run: |
78
- go install github.com/mfridman/tparse@latest
79
- tparse -all -file=test-report.json
+ run: go test -v -race -coverprofile=coverage -covermode=atomic ./...
0 commit comments