mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
github: add go test count 3 to ci
This commit is contained in:
parent
59713fa532
commit
3d7371a4ae
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
@ -78,7 +78,7 @@ jobs:
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: |
|
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
|
sed -i -e '/_requestgen.go/d' coverage.txt
|
||||||
|
|
||||||
- name: TestDnum
|
- name: TestDnum
|
||||||
|
|
Loading…
Reference in New Issue
Block a user