extra runs for tracker test
This commit is contained in:
parent
a5cf8c42e9
commit
fedeb4e4ae
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -18,4 +18,6 @@ jobs:
|
|||||||
go-version-file: go.mod
|
go-version-file: go.mod
|
||||||
check-latest: true
|
check-latest: true
|
||||||
- name: Run unit tests
|
- name: Run unit tests
|
||||||
run: go test -v -p 1 ./...
|
run: |
|
||||||
|
go test -v -p 1 ./...
|
||||||
|
go test -v ./tracker -count 20
|
||||||
|
Loading…
Reference in New Issue
Block a user