We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d51ca1e commit c9bc13aCopy full SHA for c9bc13a
.github/workflows/test.yml
@@ -73,6 +73,7 @@ jobs:
73
version: ${{ matrix.version }}
74
args: --timeout=5m --issues-exit-code=0 ./sample/...
75
only-new-issues: true
76
+ verify: true
77
78
test-go-install: # make sure the action works on a clean machine without building (go-install mode)
79
needs: [ build ]
@@ -103,6 +104,7 @@ jobs:
103
104
105
106
install-mode: goinstall
107
108
109
test-go-mod:
110
@@ -128,3 +130,4 @@ jobs:
128
130
with:
129
131
working-directory: ${{ matrix.wd }}
132
args: --timeout=5m --issues-exit-code=0 ./...
133
0 commit comments