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 7316e5d commit 41bb17bCopy full SHA for 41bb17b
.github/workflows/test.yml
@@ -70,7 +70,6 @@ jobs:
70
version: ${{ matrix.version }}
71
args: --timeout=5m --issues-exit-code=0 ./sample/...
72
only-new-issues: true
73
- verify: true
74
75
test-go-install: # make sure the action works on a clean machine without building (go-install mode)
76
needs: [ build ]
@@ -101,7 +100,6 @@ jobs:
101
100
102
103
install-mode: goinstall
104
105
106
test-go-mod:
107
@@ -127,4 +125,3 @@ jobs:
127
125
with:
128
126
working-directory: ${{ matrix.wd }}
129
args: --timeout=5m --issues-exit-code=0 ./...
130
0 commit comments