Skip to content

Commit ce82ee9

Browse files
committedAug 5, 2024
Run CI test 10x times
1 parent dec6dbc commit ce82ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
run: cd ./_example && go build -v ./
3535

3636
- name: Test
37-
run: go test -v ./...
37+
run: go test -v -count=10 ./...

0 commit comments

Comments
 (0)