extra runs for tracker test

This commit is contained in:
Roy Crihfield 2024-07-07 13:17:17 +08:00
parent a5cf8c42e9
commit fedeb4e4ae

View File

@ -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