We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dec6dbc commit ce82ee9Copy full SHA for ce82ee9
.github/workflows/ci.yml
@@ -34,4 +34,4 @@ jobs:
34
run: cd ./_example && go build -v ./
35
36
- name: Test
37
- run: go test -v ./...
+ run: go test -v -count=10 ./...
0 commit comments