github: add go test count 3 to ci

This commit is contained in:
c9s 2024-01-24 15:31:48 +08:00
parent 59713fa532
commit 3d7371a4ae
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -78,7 +78,7 @@ jobs:
- name: Test
run: |
go test -race -coverprofile coverage.txt -covermode atomic ./pkg/...
go test -count 3 -race -coverprofile coverage.txt -covermode atomic ./pkg/...
sed -i -e '/_requestgen.go/d' coverage.txt
- name: TestDnum