Skip to content

Commit b010dba

Browse files
authored
Update go.yml
1 parent 8b6d8a7 commit b010dba

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -62,18 +62,4 @@ jobs:
6262
with:
6363
go-version: ${{ matrix.go-version }}
6464
- 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
65+
run: go test -v -race -coverprofile=coverage -covermode=atomic ./...

0 commit comments

Comments
 (0)